9 references to IsNotNull
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Attributes.cs (1)
212
if (memberResolutionResult.
IsNotNull
)
Binder\Binder_Expressions.cs (3)
5001
if (memberResolutionResult.
IsNotNull
)
6816
if (memberResolutionResult.
IsNotNull
)
6898
if (memberResolutionResult.
IsNotNull
)
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (5)
481
if (supported.
IsNotNull
)
489
if (firstSupported.
IsNotNull
)
571
else if (firstUnsupported.
IsNotNull
)
765
if (inferenceFailed.
IsNotNull
)
785
if (inferenceFailed.
IsNotNull
)