1 write to _method
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
119
_method
= _reader.GetMethod(methodHandle);
6 references to _method
System.Private.CoreLib (6)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (6)
61
foreach (ParameterHandle parameterHandle in
_method
.Parameters)
126
return
_method
.Flags;
168
return
_method
.ImplFlags;
214
return _reader.GetString(
_method
.Name);
245
public IEnumerable<CustomAttributeData> TrueCustomAttributes => RuntimeCustomAttributeData.GetCustomAttributes(_reader,
_method
.CustomAttributes);
274
return
_method
.Signature.GetMethodSignature(_reader);