2 instantiations of CustomAttributesBag
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
30public static readonly CustomAttributesBag<T> Empty = new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.All, ImmutableArray<T>.Empty); 48return new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.EarlyDecodedWellKnownAttributeData | CustomAttributeBagCompletionPart.DecodedWellKnownAttributeData, default(ImmutableArray<T>));
2 references to CustomAttributesBag
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
30public static readonly CustomAttributesBag<T> Empty = new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.All, ImmutableArray<T>.Empty); 46public static CustomAttributesBag<T> WithEmptyData()