2 references to GetInterceptableLocation
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.Parser.cs (1)
156
var interceptableLocation = context.SemanticModel.
GetInterceptableLocation
(invocationExpression, cancellationToken);
Microsoft.Maui.Controls.BindingSourceGen (1)
BindingSourceGenerator.cs (1)
111
var interceptableLocation = context.SemanticModel.
GetInterceptableLocation
(invocation, t);