2 writes to _bestResult
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
40_bestResult = default(MemberResolutionResult<TMember>); 77_bestResultState = TryGetBestResult(this.ResultsBuilder, out _bestResult);
4 references to _bestResult
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (4)
54return _bestResultState == ThreeState.True && _bestResult.Result.IsValid; 68Debug.Assert(_bestResultState == ThreeState.True && _bestResult.Result.IsValid); 69return _bestResult; 94return _bestResult;