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