2 references to SoapAttributes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (2)
181return new SoapAttributes(type.GetTypeInfo().GetCustomAttributes(false) as Attribute[]); 188return new SoapAttributes(memberInfo.GetCustomAttributes(false) as Attribute[]);