1 instantiation of SoapNormalizedString
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1605
return new
SoapNormalizedString
(value);
5 references to SoapNormalizedString
mscorlib (3)
system\runtime\remoting\message.cs (1)
727
ret =
SoapNormalizedString
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
130
internal static Type typeofSoapNormalizedString = typeof(
SoapNormalizedString
);
1603
public static
SoapNormalizedString
Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
105
internal static Type typeofSoapNormalizedString = typeof(
SoapNormalizedString
);
229
typeName =
SoapNormalizedString
.XsdType;