2 instantiations of ConstantDoubleArray
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
742=> new ConstantDoubleArray(reader, this); 7650return new ConstantDoubleArray(this, handle);
2 references to ConstantDoubleArray
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
741public ConstantDoubleArray GetConstantDoubleArray(MetadataReader reader) 7648public ConstantDoubleArray GetConstantDoubleArray(ConstantDoubleArrayHandle handle)