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