18 references to StringHandleOnStack
System.Private.CoreLib (18)
src\System\Exception.CoreCLR.cs (1)
212GetMessageFromNativeResources(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)
79if (GetCodeBase(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref codeBase))) 153GetFullName(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref s)); 501new StringHandleOnStack(ref fileName)); 520GetLocation(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref location)); 535GetImageRuntimeVersion(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref s)); 567GetLocale(new QCallAssembly(ref runtimeAssembly), new StringHandleOnStack(ref locale)); 595GetSimpleName(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)); 493GetScopeName(new QCallModule(ref thisAsLocal), new StringHandleOnStack(ref scopeName));
src\System\RuntimeHandles.cs (2)
657ConstructName(new QCallTypeHandle(ref nativeHandle), formatFlags, new StringHandleOnStack(ref name)); 1106ConstructInstantiation(methodInfo.Value, format, new StringHandleOnStack(ref name));
src\System\String.CoreCLR.cs (2)
28Intern(new StringHandleOnStack(ref str!)); 38IsInterned(new StringHandleOnStack(ref str!));
src\System\TypeLoadException.CoreCLR.cs (1)
43GetTypeLoadExceptionMessage(_resourceId, new StringHandleOnStack(ref format));