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