2 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1441
if (netModuleAttributesBag.
IsEmpty
) netModuleAttributesBag = CustomAttributesBag<CSharpAttributeData>.Empty;
Symbols\Symbol_Attributes.cs (1)
435
if (lazyCustomAttributesBag.
IsEmpty
) lazyCustomAttributesBag = CustomAttributesBag<CSharpAttributeData>.Empty;