5 references to Empty
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceAssemblySymbol.cs (3)
1367
Interlocked.CompareExchange(ref lazyNetModuleAttributesBag, CustomAttributesBag<CSharpAttributeData>.
Empty
, null);
1441
if (netModuleAttributesBag.IsEmpty) netModuleAttributesBag = CustomAttributesBag<CSharpAttributeData>.
Empty
;
1445
netModuleAttributesBag = CustomAttributesBag<CSharpAttributeData>.
Empty
;
Symbols\Source\SourceSimpleParameterSymbol.cs (1)
157
return CustomAttributesBag<CSharpAttributeData>.
Empty
;
Symbols\Symbol_Attributes.cs (1)
435
if (lazyCustomAttributesBag.IsEmpty) lazyCustomAttributesBag = CustomAttributesBag<CSharpAttributeData>.
Empty
;