4 overrides of ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Attributes\PEAttributeData.vb (1)
63Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
Symbols\Attributes\RetargetingAttributeData.vb (1)
52Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
Symbols\Attributes\SourceAttributeData.vb (1)
65Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
81Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
3 references to ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\ClsComplianceChecker.vb (1)
397Dim syntaxRef As SyntaxReference = attribute.ApplicationSyntaxReference
Symbols\Attributes\AttributeData.vb (1)
169Return ApplicationSyntaxReference()
Symbols\Source\SourceParameterSymbol.vb (1)
285Yield New SourceAttributeData(DeclaringCompilation, attribute.ApplicationSyntaxReference, attribute.AttributeClass, attribute.AttributeConstructor, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors)