17 references to TypeEarlyWellKnownAttributeData
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceNamedTypeSymbol.vb (17)
1863
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1870
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1887
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1908
Private Function GetEarlyDecodedWellKnownAttributeData() As
TypeEarlyWellKnownAttributeData
1914
Return DirectCast(attributesBag.EarlyDecodedWellKnownAttributeData,
TypeEarlyWellKnownAttributeData
)
1919
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
2008
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasVisualBasicEmbeddedAttribute = True
2017
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasCodeAnalysisEmbeddedAttribute = True
2026
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasComImportAttribute = True
2036
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AddConditionalSymbol(conditionalSymbol)
2048
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().ObsoleteAttributeData = obsoleteData
2056
If Not arguments.HasDecodedData OrElse DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull Then
2060
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AttributeUsageInfo = attrdata.DecodeAttributeUsageAttribute()
2061
Debug.Assert(Not DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull)
2077
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2090
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2129
Dim data As
TypeEarlyWellKnownAttributeData
= Me.GetEarlyDecodedWellKnownAttributeData()