2 writes to Error
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodGroup.cs (2)
84this.Error = error; 94this.Error = null;
2 references to Error
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
1135Debug.Assert(methodGroup.Error == null);
Binder\Semantics\OverloadResolution\MethodGroup.cs (1)
133Debug.Assert(this.Error == null);