9 references to Empty
Microsoft.CodeAnalysis.CSharp (9)
Lowering\ClosureConversion\ClosureConversion.cs (1)
186_currentLambdaBodyTypeMap = TypeMap.Empty;
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
68typeMap = TypeMap.Empty.WithAlphaRename(
Lowering\MethodToClassRewriter.cs (1)
464TypeMap? typeMap = methodBeingWrapped.ContainingType is SubstitutedNamedTypeSymbol substitutedType ? substitutedType.TypeSubstitution : TypeMap.Empty;
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (1)
172typeMap = TypeMap.Empty;
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
15: base(sourceMethod, TypeMap.Empty, sourceMethod.ContainingType.TypeParameters.Concat(sourceMethod.TypeParameters))
Symbols\ReducedExtensionMethodSymbol.cs (1)
100_typeMap = TypeMap.Empty.WithAlphaRename(reducedFrom, this, out _typeParameters);
Symbols\Synthesized\SynthesizedContainer.cs (2)
31TypeMap = TypeMap.Empty.WithAlphaRename(typeParametersToAlphaRename, this, out _typeParameters); 40TypeMap = TypeMap.Empty;
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
45var typeMap = interfaceMethod.ContainingType.TypeSubstitution ?? TypeMap.Empty;