2 references to All
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CustomAttributesBag.cs (2)
30
public static readonly CustomAttributesBag<T> Empty = new CustomAttributesBag<T>(CustomAttributeBagCompletionPart.
All
, ImmutableArray<T>.Empty);
170
get { return IsPartComplete(CustomAttributeBagCompletionPart.
All
); }