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