25 references to GetInterceptsLocationAttributeSyntax
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGenerator.cs (1)
64
codeWriter.WriteLine(location.
GetInterceptsLocationAttributeSyntax
());
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
XmlCommentGenerator.Emitter.cs (1)
570
codeWriter.WriteLine(location.
GetInterceptsLocationAttributeSyntax
());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Semantics\InterceptorsTests.cs (22)
227
{{interceptableLocation.
GetInterceptsLocationAttributeSyntax
()}}
2333
{{location.
GetInterceptsLocationAttributeSyntax
()}}
7344
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7406
AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "xRCCFCvTOZMORzSr/fZQFlIAAABQcm9ncmFtLmNz")]""", locationSpecifier.
GetInterceptsLocationAttributeSyntax
());
7415
AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "xRCCFCvTOZMORzSr/fZQFmAAAABQcm9ncmFtLmNz")]""", otherLocation.
GetInterceptsLocationAttributeSyntax
());
7633
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7725
AssertEx.Equal("""[global::System.Runtime.CompilerServices.InterceptsLocationAttribute(1, "jB4qgCy292LkEGCwmD+R6FIAAAA=")]""", locationSpecifier.
GetInterceptsLocationAttributeSyntax
());
7756
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7801
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7843
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7883
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7925
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
7971
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8024
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8069
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8128
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8188
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8243
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8298
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8348
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8404
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
8470
{{locationSpecifier.
GetInterceptsLocationAttributeSyntax
()}}
Microsoft.Extensions.Validation.ValidationsGenerator (1)
Emitters\ValidationsGenerator.Emitter.cs (1)
108
{{addValidation.
GetInterceptsLocationAttributeSyntax
()}}