9 references to Empty
Microsoft.CodeAnalysis.CSharp (9)
Lowering\ClosureConversion\ClosureConversion.cs (1)
186_currentLambdaBodyTypeMap = TypeMap.Empty;
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
70typeMap = TypeMap.Empty.WithConcatAlphaRename(
Lowering\MethodToClassRewriter.cs (1)
745TypeMap? typeMap = methodBeingWrapped.ContainingType is SubstitutedNamedTypeSymbol substitutedType ? substitutedType.TypeSubstitution : TypeMap.Empty;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
172typeMap = TypeMap.Empty;
Symbols\ReducedExtensionMethodSymbol.cs (1)
100_typeMap = TypeMap.Empty.WithAlphaRename(reducedFrom, this, out _typeParameters);
Symbols\Source\SourceFixedFieldSymbol.cs (1)
156: base(GeneratedNames.MakeFixedFieldImplementationName(field.Name), typeParameters: ImmutableArray<TypeParameterSymbol>.Empty, typeMap: TypeMap.Empty)
Symbols\Synthesized\SynthesizedContainer.cs (2)
32TypeMap = TypeMap.Empty; 37TypeMap = TypeMap.Empty.WithConcatAlphaRename(containingMethod, this, out _typeParameters, out _constructedFromTypeParameters);
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
45var typeMap = interfaceMethod.ContainingType.TypeSubstitution ?? TypeMap.Empty;