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)
60foreach (ParameterHandle parameterHandle in _method.Parameters) 125return _method.Flags; 167return _method.ImplFlags; 213return _reader.GetString(_method.Name); 246public CustomAttributeHandleCollection GetCustomAttributeHandles() => _method.CustomAttributes; 275return _method.Signature.GetMethodSignature(_reader);