1 write to _oldMethod
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
25_oldMethod = oldMethod;
19 references to _oldMethod
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (19)
33=> _oldMethod.Name; 36=> MetadataTokens.MethodDefinitionHandle(_oldMethod.MetadataToken); 39=> _oldMethod.MetadataSignatureHandle; 42=> _oldMethod.HasDeclarativeSecurity; 45=> _oldMethod.IsAbstract; 48=> _oldMethod.IsAccessCheckedOnOverride; 51=> _oldMethod.IsExternal; 54=> _oldMethod.IsHiddenBySignature; 57=> _oldMethod.IsMetadataNewSlot; 60=> _oldMethod.IsPlatformInvoke; 63=> _oldMethod.HasRuntimeSpecialName; 66=> _oldMethod.IsMetadataFinal; 69=> _oldMethod.HasSpecialName; 72=> _oldMethod.IsStatic; 75=> _oldMethod.IsVirtual; 78=> _oldMethod.RequiresSecurityObject; 81=> _oldMethod.MetadataVisibility; 84=> _oldMethod.ImplementationAttributes; 96=> _oldMethod;