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); 7785return new FieldSignature(this, handle);
2 references to FieldSignature
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2957public FieldSignature GetFieldSignature(MetadataReader reader) 7783public FieldSignature GetFieldSignature(FieldSignatureHandle handle)