17 references to TypeEarlyWellKnownAttributeData
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Source\SourceNamedTypeSymbol.vb (17)
1912
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1920
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1945
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
1966
Private Function GetEarlyDecodedWellKnownAttributeData() As
TypeEarlyWellKnownAttributeData
1972
Return DirectCast(attributesBag.EarlyDecodedWellKnownAttributeData,
TypeEarlyWellKnownAttributeData
)
1977
Dim data As
TypeEarlyWellKnownAttributeData
= GetEarlyDecodedWellKnownAttributeData()
2067
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasVisualBasicEmbeddedAttribute = True
2076
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasCodeAnalysisEmbeddedAttribute = True
2085
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().HasComImportAttribute = True
2095
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AddConditionalSymbol(conditionalSymbol)
2107
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().ObsoleteAttributeData = obsoleteData
2115
If Not arguments.HasDecodedData OrElse DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull Then
2119
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
)().AttributeUsageInfo = attrdata.DecodeAttributeUsageAttribute()
2120
Debug.Assert(Not DirectCast(arguments.DecodedData,
TypeEarlyWellKnownAttributeData
).AttributeUsageInfo.IsNull)
2136
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2149
arguments.GetOrCreateData(Of
TypeEarlyWellKnownAttributeData
).HasAttributeForExtensibleInterface = True
2188
Dim data As
TypeEarlyWellKnownAttributeData
= Me.GetEarlyDecodedWellKnownAttributeData()