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