13 references to Valid
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CodeVersions_1.cs (5)
38
if (!nativeCodeVersionHandle.
Valid
)
169
if (!codeVersionHandle.
Valid
)
217
Debug.Assert(codeVersionHandle.
Valid
);
314
if (!nativeCodeVersion.
Valid
)
438
if (!codeVersionHandle.
Valid
)
Contracts\DebugInfo\DebugInfo_2.cs (1)
133
if (!ncvh.
Valid
)
Microsoft.Diagnostics.DataContractReader.Legacy (7)
Dbi\DacDbiImpl.cs (2)
5042
if (nativeCodeVersion.
Valid
&& nativeCodeVersion.IsExplicit)
5480
pCode = ncvh.
Valid
? cv.GetNativeCode(ncvh) : TargetCodePointer.Null;
SOSDacImpl.cs (5)
2295
if (requestedNativeCodeVersion.
Valid
)
2334
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2339
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2352
if (ip != 0 && requestedNativeCodeVersion.
Valid
)
2418
if (requestedNativeCodeVersion.
Valid
)