1 instantiation of SourceAttributeData
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\SourceAttributeData.vb (1)
94
Return New
SourceAttributeData
(Me._compilation,
5 references to SourceAttributeData
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\Attributes\RetargetingAttributeData.vb (1)
30
Debug.Assert(TypeOf underlying Is
SourceAttributeData
OrElse TypeOf underlying Is SynthesizedAttributeData)
Symbols\Attributes\SourceAttributeData.vb (1)
89
Friend Function WithOmittedCondition(isConditionallyOmitted As Boolean) As
SourceAttributeData
Symbols\Source\SourceParameterSymbol.vb (1)
273
If callerArgumentExpressionParameterIndex <> -1 AndAlso TypeOf attribute Is
SourceAttributeData
Then
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (2)
118
Return
SourceAttributeData
.IsTargetAttribute(AttributeClass, namespaceName, typeName, ignoreCase)
122
Return
SourceAttributeData
.GetTargetAttributeSignatureIndex(_compilation, AttributeClass, AttributeConstructor, description)