16 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Expressions.cs (10)
6836Debug.Assert(!resolution.IsEmpty); 7350if (!firstResult.IsEmpty) 7357else if (firstResult.IsEmpty) 7369Debug.Assert((actualArguments == null) || !firstResult.IsEmpty); 8907if (methodResolution.IsEmpty && !methodResolution.HasAnyErrors) 8977else if (extensionMethodResolution.IsEmpty) 8981else if (methodResolution.IsEmpty) 8992Debug.Assert(!methodResolution.IsEmpty); 8993Debug.Assert(!extensionMethodResolution.IsEmpty); 9007Debug.Assert(!extensionMethodResolution.IsEmpty);
Binder\Binder_Invocation.cs (1)
615else if (!resolution.IsEmpty)
Binder\Binder_Query.cs (1)
968Debug.Assert(!resolution.IsEmpty);
Binder\Semantics\Conversions\Conversions.cs (3)
105var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 122var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 255!resolution.IsEmpty &&
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1405if (!resolution.IsEmpty)