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