17 references to TypeEarlyWellKnownAttributeData
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceNamedTypeSymbol.vb (17)
1942
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1950
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1975
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1996
Private Function GetEarlyDecodedWellKnownAttributeData() As
TypeEarlyWellKnownAttributeData
2002
Return DirectCast(attributesBag.EarlyDecodedWellKnownAttributeData,
TypeEarlyWellKnownAttributeData
)
2007
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
2097
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasVisualBasicEmbeddedAttribute = True
2106
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasCodeAnalysisEmbeddedAttribute = True
2115
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasComImportAttribute = True
2125
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AddConditionalSymbol(conditionalSymbol)
2137
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().ObsoleteAttributeData = obsoleteData
2145
If Not arguments.HasDecodedData OrElse DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull Then
2149
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AttributeUsageInfo = attrdata.DecodeAttributeUsageAttribute()
2150
Debug.Assert(Not DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull)
2166
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2179
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2218
Dim data As
TypeEarlyWellKnownAttributeData
= Me.GetEarlyDecodedWellKnownAttributeData()