7 references to SourceAttributeData
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Attributes.vb (1)
75
Friend Function GetAttribute(node As AttributeSyntax, boundAttributeType As NamedTypeSymbol, diagnostics As BindingDiagnosticBag) As
SourceAttributeData
Binding\EarlyWellKnownAttributeBinder.vb (1)
53
Friend Shadows Function GetAttribute(node As AttributeSyntax, boundAttributeType As NamedTypeSymbol, <Out> ByRef generatedDiagnostics As Boolean) As
SourceAttributeData
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)