2 instantiations of SoapBase64Binary
mscorlib (2)
system\runtime\remoting\soapinteroptypes.cs (2)
1039return new SoapBase64Binary(new Byte[0]); 1053return new SoapBase64Binary(bA);
5 references to SoapBase64Binary
mscorlib (3)
system\runtime\remoting\message.cs (1)
702ret = SoapBase64Binary.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
121internal static Type typeofSoapBase64Binary = typeof(SoapBase64Binary); 1036public static SoapBase64Binary Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
96internal static Type typeofSoapBase64Binary = typeof(SoapBase64Binary); 211typeName = SoapBase64Binary.XsdType;