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