18 references to StringHandleOnStack
System.Private.CoreLib (18)
src\System\Exception.CoreCLR.cs (1)
212
GetMessageFromNativeResources(kind, new
StringHandleOnStack
(ref retMesg));
src\System\IO\FileLoadException.CoreCLR.cs (2)
23
GetFileLoadExceptionMessage(hResult, new
StringHandleOnStack
(ref format));
29
GetMessageForHR(hResult, new
StringHandleOnStack
(ref message));
src\System\Reflection\RuntimeAssembly.cs (7)
79
if (GetCodeBase(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref codeBase)))
153
GetFullName(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref s));
501
new
StringHandleOnStack
(ref fileName));
520
GetLocation(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref location));
535
GetImageRuntimeVersion(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref s));
567
GetLocale(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref locale));
595
GetSimpleName(new QCallAssembly(ref runtimeAssembly), new
StringHandleOnStack
(ref name));
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1915
new
StringHandleOnStack
(ref nameLocal),
src\System\Reflection\RuntimeModule.cs (2)
411
GetFullyQualifiedName(new QCallModule(ref thisAsLocal), new
StringHandleOnStack
(ref fullyQualifiedName));
493
GetScopeName(new QCallModule(ref thisAsLocal), new
StringHandleOnStack
(ref scopeName));
src\System\RuntimeHandles.cs (2)
657
ConstructName(new QCallTypeHandle(ref nativeHandle), formatFlags, new
StringHandleOnStack
(ref name));
1106
ConstructInstantiation(methodInfo.Value, format, new
StringHandleOnStack
(ref name));
src\System\String.CoreCLR.cs (2)
28
Intern(new
StringHandleOnStack
(ref str!));
38
IsInterned(new
StringHandleOnStack
(ref str!));
src\System\TypeLoadException.CoreCLR.cs (1)
43
GetTypeLoadExceptionMessage(_resourceId, new
StringHandleOnStack
(ref format));