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