1 write to fInMemory
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
278
pData->
fInMemory
= string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
4 references to fInMemory
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
300
Debug.Assert(pData->
fInMemory
== dataLocal.
fInMemory
, $"fInMemory: cDAC: {pData->
fInMemory
}, DAC: {dataLocal.
fInMemory
}");