9 references to IsNotNull
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Attributes.cs (1)
212
if (memberResolutionResult.
IsNotNull
)
Binder\Binder_Expressions.cs (3)
4924
if (memberResolutionResult.
IsNotNull
)
6733
if (memberResolutionResult.
IsNotNull
)
6814
if (memberResolutionResult.
IsNotNull
)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (5)
463
if (supported.
IsNotNull
)
471
if (firstSupported.
IsNotNull
)
553
else if (firstUnsupported.
IsNotNull
)
747
if (inferenceFailed.
IsNotNull
)
767
if (inferenceFailed.
IsNotNull
)