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