1 write to _method
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
118
_method
= _reader.GetMethod(methodHandle);
6 references to _method
System.Private.CoreLib (6)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (6)
60
foreach (ParameterHandle parameterHandle in
_method
.Parameters)
125
return
_method
.Flags;
167
return
_method
.ImplFlags;
213
return _reader.GetString(
_method
.Name);
246
public CustomAttributeHandleCollection GetCustomAttributeHandles() =>
_method
.CustomAttributes;
275
return
_method
.Signature.GetMethodSignature(_reader);