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
)
448
if (!codeVersionHandle.
Valid
)
Contracts\DebugInfo\DebugInfo_2.cs (1)
133
if (!ncvh.
Valid
)
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (3)
2891
if (nativeCodeVersion.
Valid
)
5820
if (nativeCodeVersion.
Valid
&& nativeCodeVersion.IsExplicit)
6258
pCode = ncvh.
Valid
? cv.GetNativeCode(ncvh) : TargetCodePointer.Null;
SOSDacImpl.cs (5)
2294
if (requestedNativeCodeVersion.
Valid
)
2333
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2338
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2351
if (ip != 0 && requestedNativeCodeVersion.
Valid
)
2417
if (requestedNativeCodeVersion.
Valid
)