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