26 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.CodeAnalysis.CSharp.CSharp15.UnitTests (1)
UnsafeEvolutionTests.cs (1)
4715{{interceptableLocation.GetInterceptsLocationAttributeSyntax()}}
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Semantics\InterceptorsTests.cs (22)
218{{interceptableLocation.GetInterceptsLocationAttributeSyntax()}} 2324{{location.GetInterceptsLocationAttributeSyntax()}} 7335{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7397AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "xRCCFCvTOZMORzSr/fZQFlIAAABQcm9ncmFtLmNz")]""", locationSpecifier.GetInterceptsLocationAttributeSyntax()); 7406AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "xRCCFCvTOZMORzSr/fZQFmAAAABQcm9ncmFtLmNz")]""", otherLocation.GetInterceptsLocationAttributeSyntax()); 7624{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7716AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "jB4qgCy292LkEGCwmD+R6FIAAAA=")]""", locationSpecifier.GetInterceptsLocationAttributeSyntax()); 7747{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7792{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7834{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7874{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7916{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 7962{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8015{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8060{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8119{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8179{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8234{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8289{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8339{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8395{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}} 8461{{locationSpecifier.GetInterceptsLocationAttributeSyntax()}}
Microsoft.Extensions.Validation.ValidationsGenerator (1)
Emitters\ValidationsGenerator.Emitter.cs (1)
117{{addValidation.GetInterceptsLocationAttributeSyntax()}}