19 references to EditAndContinueOperation
Microsoft.CodeAnalysis (14)
Emit\EditAndContinue\DeltaMetadataWriter.cs (14)
1167PopulateEncLogTableEventsOrProperties(_eventDefs, TableIndex.Event, EditAndContinueOperation.AddEvent, _eventMap, TableIndex.EventMap); 1168PopulateEncLogTableFieldsOrMethods(_fieldDefs, TableIndex.Field, EditAndContinueOperation.AddField); 1169PopulateEncLogTableFieldsOrMethods(_methodDefs, TableIndex.MethodDef, EditAndContinueOperation.AddMethod); 1170PopulateEncLogTableEventsOrProperties(_propertyDefs, TableIndex.Property, EditAndContinueOperation.AddProperty, _propertyMap, TableIndex.PropertyMap); 1180code: EditAndContinueOperation.Default); 1199EditAndContinueOperation addCode, 1218code: EditAndContinueOperation.Default); 1225EditAndContinueOperation addCode) 1239code: EditAndContinueOperation.Default); 1257code: EditAndContinueOperation.AddParameter); 1261code: EditAndContinueOperation.Default); 1271code: EditAndContinueOperation.Default); 1283code: EditAndContinueOperation.Default); 1298code: EditAndContinueOperation.Default);
System.Reflection.Metadata (5)
System\Reflection\Metadata\Ecma335\EditAndContinueLogEntry.cs (2)
11public EditAndContinueOperation Operation { get; } 13public EditAndContinueLogEntry(EntityHandle handle, EditAndContinueOperation operation)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Tables.cs (1)
1188public void AddEncLogEntry(EntityHandle entity, EditAndContinueOperation code)
System\Reflection\Metadata\Internal\Tables.cs (2)
1877internal EditAndContinueOperation GetFuncCode(int rowId) 1880return (EditAndContinueOperation)this.Block.PeekUInt32(rowOffset + _FuncCodeOffset);