16 references to IsEmpty
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Expressions.cs (10)
7902Debug.Assert(!resolution.IsEmpty); 8432if (!firstResult.IsEmpty) 8439else if (firstResult.IsEmpty) 8451Debug.Assert((actualArguments == null) || !firstResult.IsEmpty); 10271if (methodResolution.IsEmpty && !methodResolution.HasAnyErrors) 10336else if (extensionMethodResolution.IsEmpty) 10340else if (methodResolution.IsEmpty) 10351Debug.Assert(!methodResolution.IsEmpty); 10352Debug.Assert(!extensionMethodResolution.IsEmpty); 10366Debug.Assert(!extensionMethodResolution.IsEmpty);
Binder\Binder_Invocation.cs (1)
751else if (!resolution.IsEmpty)
Binder\Binder_Query.cs (1)
969Debug.Assert(!resolution.IsEmpty);
Binder\Semantics\Conversions\Conversions.cs (3)
105var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 122var conversion = (resolution.IsEmpty || resolution.HasAnyErrors) ? 353!resolution.IsEmpty &&
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
1498if (!resolution.IsEmpty)