1 write to _attributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3449
offset = streamReader.Read(offset, out
_attributes
);
1 reference to _attributes
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3455
public MethodSemanticsAttributes Attributes =>
_attributes
;