3 references to GetInterceptsLocationAttributeSyntax
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGenerator.cs (1)
64codeWriter.WriteLine(location.GetInterceptsLocationAttributeSyntax());
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.Emitter.cs (1)
426codeWriter.WriteLine(location.GetInterceptsLocationAttributeSyntax());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\InterceptorsTests.cs (1)
226{{interceptableLocation.GetInterceptsLocationAttributeSyntax()}}