20 references to IsEarlyDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
152if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
557if (attributesBag == null || !attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceEventSymbol.cs (2)
237if (attributesBag == null || !attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) 278if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
190if (attributesBag == null || !attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) 400if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) 431if (lazyCustomAttributesBag is null || !lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
892if (attributesBag == null || !attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) 1036if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourcePropertySymbolBase.cs (3)
400Debug.Assert(temp.IsEarlyDecodedWellKnownAttributeDataComputed); 1109if (attributesBag == null || !attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) 1227if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed)
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
110If attributesBag Is Nothing OrElse Not attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceEventSymbol.vb (1)
596If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) Then
Symbols\Source\SourceFieldSymbol.vb (1)
834If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) Then
Symbols\Source\SourceMethodSymbol.vb (2)
1557If attributesBag Is Nothing OrElse Not attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed Then 1999If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1910If attributesBag Is Nothing OrElse Not attributesBag.IsEarlyDecodedWellKnownAttributeDataComputed Then 2111If lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourcePropertySymbol.vb (1)
990If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed) Then