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