1 type derived from InterceptableLocation
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
51
internal sealed class InterceptableLocation1 :
InterceptableLocation
15 references to InterceptableLocation
Microsoft.AspNetCore.OpenApi.SourceGenerators (6)
Helpers\AddOpenApiInvocation.cs (1)
18
InterceptableLocation
? Location);
XmlCommentGenerator.Emitter.cs (4)
19
internal static string GenerateXmlCommentSupportSource(string commentsFromXmlFile, string? commentsFromCompilation, ImmutableArray<(AddOpenApiInvocation Source, int Index, ImmutableArray<
InterceptableLocation
?> Elements)> groupedAddOpenApiInvocations) => $$"""
670
internal static string GenerateAddOpenApiInterceptions(ImmutableArray<(AddOpenApiInvocation Source, int Index, ImmutableArray<
InterceptableLocation
?> Elements)> groupedAddOpenApiInvocations)
676
foreach (
var
location in locations)
800
ImmutableArray<(AddOpenApiInvocation Source, int Index, ImmutableArray<
InterceptableLocation
?> Elements)> groupedAddOpenApiInvocations)
XmlCommentGenerator.Parser.cs (1)
156
var
interceptableLocation = context.SemanticModel.GetInterceptableLocation(invocationExpression, cancellationToken);
Microsoft.CodeAnalysis.CSharp (8)
Compilation\CSharpSemanticModel.cs (2)
5270
public
InterceptableLocation
? GetInterceptableLocation(InvocationExpressionSyntax node, CancellationToken cancellationToken)
5282
internal
InterceptableLocation
GetInterceptableLocationInternal(SyntaxNode nameSyntax, CancellationToken cancellationToken)
CSharpExtensions.cs (2)
1673
public static
InterceptableLocation
? GetInterceptableLocation(this SemanticModel? semanticModel, InvocationExpressionSyntax node, CancellationToken cancellationToken = default)
1684
public static string GetInterceptsLocationAttributeSyntax(this
InterceptableLocation
location)
Utilities\InterceptableLocation.cs (4)
21
public abstract class InterceptableLocation : IEquatable<
InterceptableLocation
>
44
public abstract bool Equals(
InterceptableLocation
? other);
172
return obj is
InterceptableLocation
other && Equals(other);
184
public override bool Equals(
InterceptableLocation
? obj)
Microsoft.Maui.Controls.BindingSourceGen (1)
BindingSourceGenerator.cs (1)
111
var
interceptableLocation = context.SemanticModel.GetInterceptableLocation(invocation, t);