2 writes to Error
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodGroup.cs (2)
85this.Error = error; 95this.Error = null;
3 references to Error
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (1)
2187Debug.Assert(methodGroup.Error == null);
Binder\Binder_Invocation.cs (1)
1184Debug.Assert(methodGroup.Error == null);
Binder\Semantics\OverloadResolution\MethodGroup.cs (1)
134Debug.Assert(this.Error == null);