14 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder_Conversions.cs (1)
1908else if (!resolution.IsEmpty)
Binder\Binder_Expressions.cs (8)
8213Debug.Assert(!resolution.IsEmpty); 8894if (firstResult.IsEmpty) 10934if (methodResolution.IsEmpty && !methodResolution.HasAnyErrors) 10983else if (extensionMethodResolution.IsEmpty) 10987else if (methodResolution.IsEmpty) 10998Debug.Assert(!methodResolution.IsEmpty); 10999Debug.Assert(!extensionMethodResolution.IsEmpty); 11013Debug.Assert(!extensionMethodResolution.IsEmpty);
Binder\Binder_Invocation.cs (1)
792else if (!resolution.IsEmpty)
Binder\Semantics\Conversions\Conversions.cs (3)
107var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 124var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 373!resolution.IsEmpty &&
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1528if (!resolution.IsEmpty)