1 write to _exactBounds
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
350
_exactBounds
= new HashSet<TypeWithAnnotations>[methodTypeParameters.Length];
3 references to _exactBounds
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (3)
557
_exactBounds
[methodTypeParameterIndex] != null;
1701
AddBound(source,
_exactBounds
, target);
2832
var exact =
_exactBounds
[iParam];