4 references to typeName
mscorlib (4)
system\stubhelpers.cs (4)
1446int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsCreateString(typeName, typeName.Length, &pNativeType->typeName); 1458string typeName = WindowsRuntimeMarshal.HStringToString(pNativeType->typeName); 1485if (pNativeType->typeName != null) 1487System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsDeleteString(pNativeType->typeName);