3 overrides of TypeSubstitution
Microsoft.CodeAnalysis.CSharp (3)
Symbols\ErrorTypeSymbol.cs (2)
710internal override TypeMap TypeSubstitution 749internal override TypeMap TypeSubstitution
Symbols\SubstitutedNamedTypeSymbol.cs (1)
434internal sealed override TypeMap TypeSubstitution
14 references to TypeSubstitution
Microsoft.CodeAnalysis.CSharp (14)
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
820extension.TypeSubstitution, extension.TypeParameters, extension.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics,
FlowAnalysis\NullableWalker.cs (1)
8992extension.TypeSubstitution, extension.TypeParameters, extension.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics,
Symbols\ConstraintsHelper.cs (3)
851type.TypeSubstitution, 936&& extension.TypeSubstitution is not null) 939extension.TypeSubstitution, extension.TypeParameters, extension.TypeArgumentsWithAnnotationsNoUseSiteDiagnostics,
Symbols\ErrorTypeSymbol.cs (1)
726_map = containingSymbol.TypeSubstitution.WithAlphaRename(originalDefinition, this, out _typeParameters);
Symbols\NamedTypeSymbol.cs (6)
1991TypeMap typeSubstitution = this.TypeSubstitution; 2072TypeMap typeSubstitution = this.TypeSubstitution; 2339baseInterface = @interface.TypeSubstitution.SubstituteNamedType(baseInterface); 2425containingType == (object)this.OriginalDefinition ? this : this.TypeSubstitution.SubstituteNamedType(containingType)); 2625containingType == (object)this.OriginalDefinition ? this : this.TypeSubstitution.SubstituteNamedType(containingType)); 2761TypeMap typeSubstitution = this.TypeSubstitution;
Symbols\SubstitutedMethodSymbol.cs (1)
42: this(containingSymbol, containingSymbol.TypeSubstitution, originalDefinition, constructedFrom: null)
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
45var typeMap = interfaceMethod.ContainingType.TypeSubstitution ?? TypeMap.Empty;