5 references to String
mscorlib (5)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (3)
152return CoerceScalarValue<String>(PropertyType.String); 421if (type == PropertyType.String && typeof(T) == typeof(Guid)) { 488if (type == PropertyType.Guid || type == PropertyType.String) {
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (1)
304return new CLRIReferenceImpl<String>(PropertyType.String, (String)obj);
system\runtime\interopservices\windowsruntime\propertyvalue.cs (1)
59StringArray = String + 1024,