29 references to IsDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (18)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
108if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 318Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceAssemblySymbol.cs (3)
1638if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1654if (attributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1702if (attributesBag?.IsDecodedWellKnownAttributeDataComputed == true)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
540if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1385Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceEventSymbol.cs (1)
219if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
207if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 224if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 437if (lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed) 1028Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceModuleSymbol.cs (1)
497if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
874if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1179if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1469Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1092if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1400Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (1)
560If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceComplexParameterSymbol.vb (1)
119If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceEventSymbol.vb (1)
626If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceFieldSymbol.vb (1)
640If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceMethodSymbol.vb (2)
1467If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then 1483If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceModuleSymbol.vb (1)
248If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1854If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then 2321If Me.m_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed Then
Symbols\Source\SourcePropertySymbol.vb (2)
520If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then 529If attributesBag Is Nothing OrElse Not attributesBag.IsDecodedWellKnownAttributeDataComputed Then