1 implementation of GetReadOnlyMetadataAddress
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\EcmaMetadata_1.cs (1)
34
public TargetSpan
GetReadOnlyMetadataAddress
(ModuleHandle handle)
2 references to GetReadOnlyMetadataAddress
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
407
: ecmaMetadata.
GetReadOnlyMetadataAddress
(handle);
SOSDacImpl.cs (1)
3231
TargetSpan readOnlyMetadata = _target.Contracts.EcmaMetadata.
GetReadOnlyMetadataAddress
(handle);