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