1 implementation of IMetadataEmit
Microsoft.CodeAnalysis (1)
DiaSymReader\Metadata\MetadataAdapterBase.cs (1)
13internal unsafe class MetadataAdapterBase : IMetadataImport, IMetadataEmit
48 references to IMetadataEmit
Microsoft.CodeAnalysis (48)
DiaSymReader\Metadata\MetadataAdapterBase.cs (48)
115void IMetadataEmit.__SetModuleProps() => throw new NotImplementedException(); 116void IMetadataEmit.__Save() => throw new NotImplementedException(); 117void IMetadataEmit.__SaveToStream() => throw new NotImplementedException(); 118void IMetadataEmit.__GetSaveSize() => throw new NotImplementedException(); 119void IMetadataEmit.__DefineTypeDef() => throw new NotImplementedException(); 120void IMetadataEmit.__DefineNestedType() => throw new NotImplementedException(); 121void IMetadataEmit.__SetHandler() => throw new NotImplementedException(); 122void IMetadataEmit.__DefineMethod() => throw new NotImplementedException(); 123void IMetadataEmit.__DefineMethodImpl() => throw new NotImplementedException(); 124void IMetadataEmit.__DefineTypeRefByName() => throw new NotImplementedException(); 125void IMetadataEmit.__DefineImportType() => throw new NotImplementedException(); 126void IMetadataEmit.__DefineMemberRef() => throw new NotImplementedException(); 127void IMetadataEmit.__DefineImportMember() => throw new NotImplementedException(); 128void IMetadataEmit.__DefineEvent() => throw new NotImplementedException(); 129void IMetadataEmit.__SetClassLayout() => throw new NotImplementedException(); 130void IMetadataEmit.__DeleteClassLayout() => throw new NotImplementedException(); 131void IMetadataEmit.__SetFieldMarshal() => throw new NotImplementedException(); 132void IMetadataEmit.__DeleteFieldMarshal() => throw new NotImplementedException(); 133void IMetadataEmit.__DefinePermissionSet() => throw new NotImplementedException(); 134void IMetadataEmit.__SetRVA() => throw new NotImplementedException(); 135void IMetadataEmit.__DefineModuleRef() => throw new NotImplementedException(); 136void IMetadataEmit.__SetParent() => throw new NotImplementedException(); 137void IMetadataEmit.__GetTokenFromTypeSpec() => throw new NotImplementedException(); 138void IMetadataEmit.__SaveToMemory() => throw new NotImplementedException(); 139void IMetadataEmit.__DefineUserString() => throw new NotImplementedException(); 140void IMetadataEmit.__DeleteToken() => throw new NotImplementedException(); 141void IMetadataEmit.__SetMethodProps() => throw new NotImplementedException(); 142void IMetadataEmit.__SetTypeDefProps() => throw new NotImplementedException(); 143void IMetadataEmit.__SetEventProps() => throw new NotImplementedException(); 144void IMetadataEmit.__SetPermissionSetProps() => throw new NotImplementedException(); 145void IMetadataEmit.__DefinePinvokeMap() => throw new NotImplementedException(); 146void IMetadataEmit.__SetPinvokeMap() => throw new NotImplementedException(); 147void IMetadataEmit.__DeletePinvokeMap() => throw new NotImplementedException(); 148void IMetadataEmit.__DefineCustomAttribute() => throw new NotImplementedException(); 149void IMetadataEmit.__SetCustomAttributeValue() => throw new NotImplementedException(); 150void IMetadataEmit.__DefineField() => throw new NotImplementedException(); 151void IMetadataEmit.__DefineProperty() => throw new NotImplementedException(); 152void IMetadataEmit.__DefineParam() => throw new NotImplementedException(); 153void IMetadataEmit.__SetFieldProps() => throw new NotImplementedException(); 154void IMetadataEmit.__SetPropertyProps() => throw new NotImplementedException(); 155void IMetadataEmit.__SetParamProps() => throw new NotImplementedException(); 156void IMetadataEmit.__DefineSecurityAttributeSet() => throw new NotImplementedException(); 157void IMetadataEmit.__ApplyEditAndContinue() => throw new NotImplementedException(); 158void IMetadataEmit.__TranslateSigWithScope() => throw new NotImplementedException(); 159void IMetadataEmit.__SetMethodImplFlags() => throw new NotImplementedException(); 160void IMetadataEmit.__SetFieldRVA() => throw new NotImplementedException(); 161void IMetadataEmit.__Merge() => throw new NotImplementedException(); 162void IMetadataEmit.__MergeEnd() => throw new NotImplementedException();