14 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder_Conversions.cs (1)
1384else if (!resolution.IsEmpty)
Binder\Binder_Expressions.cs (8)
8011Debug.Assert(!resolution.IsEmpty); 8687if (firstResult.IsEmpty) 10652if (methodResolution.IsEmpty && !methodResolution.HasAnyErrors) 10701else if (extensionMethodResolution.IsEmpty) 10705else if (methodResolution.IsEmpty) 10716Debug.Assert(!methodResolution.IsEmpty); 10717Debug.Assert(!extensionMethodResolution.IsEmpty); 10731Debug.Assert(!extensionMethodResolution.IsEmpty);
Binder\Binder_Invocation.cs (1)
791else if (!resolution.IsEmpty)
Binder\Semantics\Conversions\Conversions.cs (3)
107var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 124var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 372!resolution.IsEmpty &&
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1526if (!resolution.IsEmpty)