10 references to string
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
232return new string((sbyte*)buffer, 0, nullIndex);
System.Private.CoreLib (4)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
65return new string((sbyte*)buffer, 0, length);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
48return new string((sbyte*)ptr, 0, len);
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
263return new string(value, startIndex, length);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.String.cs (1)
73return new string((sbyte*)(IntPtr)(args[0]), (int)(args[1]), (int)(args[2]));
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
232return new string((sbyte*)buffer, 0, nullIndex);
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (4)
2697AppendName(new string((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining); 2722AppendName(new string((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining); 2737AppendValue(new string((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining); 2746AppendValue(new string((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining);