2 instantiations of FieldSignature
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2958
=> new
FieldSignature
(reader, this);
7785
return new
FieldSignature
(this, handle);
2 references to FieldSignature
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2957
public
FieldSignature
GetFieldSignature(MetadataReader reader)
7783
public
FieldSignature
GetFieldSignature(FieldSignatureHandle handle)