21 references to IsDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (21)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
109
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
320
Debug.Assert(_lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
);
Symbols\Source\SourceAssemblySymbol.cs (5)
1648
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
1664
if (attributesBag?.
IsDecodedWellKnownAttributeDataComputed
== true)
1712
if (attributesBag?.
IsDecodedWellKnownAttributeDataComputed
== true)
2911
if (lazySourceAttributesBag != null && lazySourceAttributesBag.
IsDecodedWellKnownAttributeDataComputed
)
2921
if (lazyNetModuleAttributesBag != null && lazyNetModuleAttributesBag.
IsDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
549
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
1415
Debug.Assert(_lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
);
Symbols\Source\SourceEventSymbol.cs (1)
273
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
215
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
232
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
467
if (lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
)
1481
Debug.Assert(_lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
);
Symbols\Source\SourceModuleSymbol.cs (2)
552
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
726
if (attributesBag != null && attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
876
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
1268
if (_lazyCustomAttributesBag?.
IsDecodedWellKnownAttributeDataComputed
== true)
1595
Debug.Assert(_lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1365
if (attributesBag == null || !attributesBag.
IsDecodedWellKnownAttributeDataComputed
)
1720
Debug.Assert(_lazyCustomAttributesBag.
IsDecodedWellKnownAttributeDataComputed
);