4 references to GetInterceptsLocationAttributeSyntax
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGenerator.Emitter.cs (1)
26
codeWriter.WriteLine(location.
GetInterceptsLocationAttributeSyntax
());
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.Emitter.cs (1)
680
codeWriter.WriteLine(location.
GetInterceptsLocationAttributeSyntax
());
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Emitters\ValidationsGenerator.Emitter.cs (2)
336
var firstAttribute = addValidations[0].
GetInterceptsLocationAttributeSyntax
();
347
sb.AppendLine().Append(" ").Append(addValidations[i].
GetInterceptsLocationAttributeSyntax
());