2 instantiations of PropertySignature
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4417=> new PropertySignature(reader, this); 7865return new PropertySignature(this, handle);
2 references to PropertySignature
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
4416public PropertySignature GetPropertySignature(MetadataReader reader) 7863public PropertySignature GetPropertySignature(PropertySignatureHandle handle)