2 writes to Error
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodGroup.cs (2)
79this.Error = error; 89this.Error = null;
2 references to Error
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1119Debug.Assert(methodGroup.Error == null);
Binder\Semantics\OverloadResolution\MethodGroup.cs (1)
128Debug.Assert(this.Error == null);