Partilhar via


CSharpExtensions.GetInterceptsLocationAttributeSyntax Method

Definition

Gets an attribute list syntax consisting of an InterceptsLocationAttribute, which intercepts the call referenced by parameter location.

public static string GetInterceptsLocationAttributeSyntax (this Microsoft.CodeAnalysis.CSharp.InterceptableLocation location);
static member GetInterceptsLocationAttributeSyntax : Microsoft.CodeAnalysis.CSharp.InterceptableLocation -> string
<Extension()>
Public Function GetInterceptsLocationAttributeSyntax (location As InterceptableLocation) As String

Parameters

Returns

Applies to