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