3 references to CustomAttributesBag
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CustomAttributesBag.cs (3)
30public static readonly CustomAttributesBag<T> Empty = new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.All, ImmutableArray<T>.Empty); 39: this(CustomAttributeBagCompletionPart.None, default(ImmutableArray<T>)) 48return new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.EarlyDecodedWellKnownAttributeData | CustomAttributeBagCompletionPart.DecodedWellKnownAttributeData, default(ImmutableArray<T>));