5 overrides of CommonApplicationSyntaxReference
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAttributeData.cs (1)
24protected override SyntaxReference CommonApplicationSyntaxReference => null;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
205protected override SyntaxReference? CommonApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\AttributeData.vb (1)
167Protected Overrides ReadOnly Property CommonApplicationSyntaxReference As SyntaxReference
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationAttributeData.cs (1)
24protected override SyntaxReference CommonApplicationSyntaxReference => null;
Mvc.Api.Analyzers.Test (1)
DeclaredApiResponseMetadataTest.cs (1)
159protected override SyntaxReference CommonApplicationSyntaxReference => throw new System.NotImplementedException();
1 reference to CommonApplicationSyntaxReference
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeData.cs (1)
36public SyntaxReference? ApplicationSyntaxReference { get { return CommonApplicationSyntaxReference; } }