9 references to IsBound
Microsoft.CodeAnalysis (9)
ReferenceManager\AssemblyReferenceBinding.cs (5)
72/// Undefined unless <see cref="IsBound"/> is true. 78Debug.Assert(IsBound); 85/// Undefined unless <see cref="IsBound"/> is true. 91Debug.Assert(IsBound); 107return IsBound ? displayName + " -> #" + DefinitionIndex + (VersionDifference != 0 ? " VersionDiff=" + VersionDifference : "") : "unbound";
ReferenceManager\CommonReferenceManager.Binding.cs (3)
260if (binding.IsBound) 353if (binding.IsBound) 836if (!candidateReferenceBinding[k].IsBound)
ReferenceManager\CommonReferenceManager.State.cs (1)
650if (binding.IsBound)