9 references to IsNotNull
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Attributes.cs (1)
212
if (memberResolutionResult.
IsNotNull
)
Binder\Binder_Expressions.cs (3)
5066
if (memberResolutionResult.
IsNotNull
)
6955
if (memberResolutionResult.
IsNotNull
)
7037
if (memberResolutionResult.
IsNotNull
)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (5)
481
if (supported.
IsNotNull
)
489
if (firstSupported.
IsNotNull
)
576
else if (firstUnsupported.
IsNotNull
)
770
if (inferenceFailed.
IsNotNull
)
790
if (inferenceFailed.
IsNotNull
)