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