17 references to TypeEarlyWellKnownAttributeData
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceNamedTypeSymbol.vb (17)
1911
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1919
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1944
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1965
Private Function GetEarlyDecodedWellKnownAttributeData() As
TypeEarlyWellKnownAttributeData
1971
Return DirectCast(attributesBag.EarlyDecodedWellKnownAttributeData,
TypeEarlyWellKnownAttributeData
)
1976
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
2066
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasVisualBasicEmbeddedAttribute = True
2075
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasCodeAnalysisEmbeddedAttribute = True
2084
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasComImportAttribute = True
2094
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AddConditionalSymbol(conditionalSymbol)
2106
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().ObsoleteAttributeData = obsoleteData
2114
If Not arguments.HasDecodedData OrElse DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull Then
2118
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AttributeUsageInfo = attrdata.DecodeAttributeUsageAttribute()
2119
Debug.Assert(Not DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull)
2135
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2148
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2187
Dim data As
TypeEarlyWellKnownAttributeData
= Me.GetEarlyDecodedWellKnownAttributeData()