-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlobalUsings.cs
More file actions
10 lines (10 loc) · 652 Bytes
/
GlobalUsings.cs
File metadata and controls
10 lines (10 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MPL-2.0
global using Extract = (Microsoft.CodeAnalysis.ISymbol Symbol,
Microsoft.CodeAnalysis.RefKind Kind,
System.Collections.Immutable.ImmutableArray<string?> InterfaceDeclarations);
global using ForwarderAggregate = System.Collections.Generic.List<(Microsoft.CodeAnalysis.ISymbol Symbol, string Code)>;
global using Raw = (Microsoft.CodeAnalysis.INamedTypeSymbol Named,
System.Collections.Immutable.ImmutableArray<Emik.SourceGenerators.Choices.MemberSymbol> Fields,
bool? MutablePublicly,
bool? FullyPolyfillAttributes);
global using static System.Runtime.InteropServices.ImmutableCollectionsMarshal;