14 references to Valid
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CodeVersions_1.cs (5)
41
if (!nativeCodeVersionHandle.
Valid
)
164
if (!codeVersionHandle.
Valid
)
212
Debug.Assert(codeVersionHandle.
Valid
);
308
if (!nativeCodeVersion.
Valid
)
451
if (!codeVersionHandle.
Valid
)
Contracts\DebugInfo\DebugInfo_1.cs (1)
133
if (!ncvh.
Valid
)
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (3)
2990
if (nativeCodeVersion.
Valid
)
6009
if (nativeCodeVersion.
Valid
&& nativeCodeVersion.IsExplicit)
6458
pCode = ncvh.
Valid
? cv.GetNativeCode(ncvh) : TargetCodePointer.Null;
SOSDacImpl.cs (5)
2374
if (requestedNativeCodeVersion.
Valid
)
2413
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2418
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2431
if (ip != 0 && requestedNativeCodeVersion.
Valid
)
2497
if (requestedNativeCodeVersion.
Valid
)