19 references to StringHandleOnStack
System.Private.CoreLib (19)
src\System\Exception.CoreCLR.cs (1)
199GetMessageFromNativeResources(kind, new StringHandleOnStack(ref retMesg));
src\System\IO\FileLoadException.CoreCLR.cs (2)
23GetFileLoadExceptionMessage(hResult, new StringHandleOnStack(ref format)); 29GetMessageForHR(hResult, new StringHandleOnStack(ref message));
src\System\Reflection\RuntimeAssembly.cs (7)
88if (GetCodeBase(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref codeBase))) 162GetFullName(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref s)); 509new StringHandleOnStack(ref fileName)); 528GetLocation(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref location)); 543GetImageRuntimeVersion(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref s)); 575GetLocale(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref locale)); 603GetSimpleName(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref name));
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
1915new StringHandleOnStack(ref nameLocal),
src\System\Reflection\RuntimeModule.cs (2)
411GetFullyQualifiedName(new QCallModule(ref thisAsLocal), new StringHandleOnStack(ref fullyQualifiedName)); 488GetScopeName(new QCallModule(ref thisAsLocal), new StringHandleOnStack(ref scopeName));
src\System\RuntimeHandles.cs (2)
657ConstructName(new QCallTypeHandle(ref nativeHandle), formatFlags, new StringHandleOnStack(ref name)); 1086ConstructInstantiation(methodInfo.Value, format, new StringHandleOnStack(ref name));
src\System\String.CoreCLR.cs (2)
36Intern(new StringHandleOnStack(ref str!)); 46IsInterned(new StringHandleOnStack(ref str!));
src\System\StubHelpers.cs (1)
1505SetStringTrailByte(new StringHandleOnStack(ref str!), data);
src\System\TypeLoadException.CoreCLR.cs (1)
43GetTypeLoadExceptionMessage(_resourceId, new StringHandleOnStack(ref format));