1 write to _exactBounds
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
333
_exactBounds
= new HashSet<TypeWithAnnotations>[methodTypeParameters.Length];
5 references to _exactBounds
Microsoft.CodeAnalysis.CSharp (5)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (5)
414
sb.AppendFormat("exact bounds: ({0}) ", (
_exactBounds
[i] == null) ? "" : string.Join(", ",
_exactBounds
[i]));
529
_exactBounds
[methodTypeParameterIndex] != null;
1671
AddBound(source,
_exactBounds
, target);
2802
var exact =
_exactBounds
[iParam];