1 instantiation of SoapNotation
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1557
return new
SoapNotation
(value);
5 references to SoapNotation
mscorlib (3)
system\runtime\remoting\message.cs (1)
725
ret =
SoapNotation
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
129
internal static Type typeofSoapNotation = typeof(
SoapNotation
);
1555
public static
SoapNotation
Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
104
internal static Type typeofSoapNotation = typeof(
SoapNotation
);
227
typeName =
SoapNotation
.XsdType;