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