1 write to _constructedContainingTypeOfMethod
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
327
_constructedContainingTypeOfMethod
= constructedContainingTypeOfMethod;
2 references to _constructedContainingTypeOfMethod
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
467
_fixedResults[i] = (TypeWithAnnotations.Create(new ExtendedErrorTypeSymbol(
_constructedContainingTypeOfMethod
, _methodTypeParameters[i].Name, 0, null, false)), false);
546
TypeMap typeMap = new TypeMap(
_constructedContainingTypeOfMethod
, _methodTypeParameters, fixedArguments);