1 write to _oldMethod
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
26
_oldMethod
= oldMethod;
19 references to _oldMethod
Microsoft.CodeAnalysis (19)
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (19)
34
=>
_oldMethod
.Name;
37
=> MetadataTokens.MethodDefinitionHandle(
_oldMethod
.MetadataToken);
40
=>
_oldMethod
.MetadataSignatureHandle;
43
=>
_oldMethod
.HasDeclarativeSecurity;
46
=>
_oldMethod
.IsAbstract;
49
=>
_oldMethod
.IsAccessCheckedOnOverride;
52
=>
_oldMethod
.IsExternal;
55
=>
_oldMethod
.IsHiddenBySignature;
58
=>
_oldMethod
.IsMetadataNewSlot;
61
=>
_oldMethod
.IsPlatformInvoke;
64
=>
_oldMethod
.HasRuntimeSpecialName;
67
=>
_oldMethod
.IsMetadataFinal;
70
=>
_oldMethod
.HasSpecialName;
73
=>
_oldMethod
.IsStatic;
76
=>
_oldMethod
.IsVirtual;
79
=>
_oldMethod
.RequiresSecurityObject;
82
=>
_oldMethod
.MetadataVisibility;
85
=>
_oldMethod
.ImplementationAttributes;
97
=>
_oldMethod
;