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