12 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
)
421
if (!codeVersionHandle.
Valid
)
Contracts\DebugInfo\DebugInfo_2.cs (1)
133
if (!ncvh.
Valid
)
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (1)
2694
if (nativeCodeVersion.
Valid
&& nativeCodeVersion.IsExplicit)
SOSDacImpl.cs (5)
2311
if (requestedNativeCodeVersion.
Valid
)
2350
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2355
if (activeNativeCodeVersion is null || !activeNativeCodeVersion.Value.
Valid
)
2368
if (ip != 0 && requestedNativeCodeVersion.
Valid
)
2434
if (requestedNativeCodeVersion.
Valid
)