7 instantiations of SoapAttributes
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
961
member.SoapAttributes = new
SoapAttributes
(additionalAttributesProvider);
968
member.SoapAttributes = new
SoapAttributes
();
System.Web.Services (2)
System\Web\Services\Protocols\SoapReflector.cs (2)
427
member.SoapAttributes = new
SoapAttributes
(methodInfo.ReturnTypeCustomAttributeProvider);
561
soapParamInfo.soapAttributes = new
SoapAttributes
(paramInfo);
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (2)
170
return new
SoapAttributes
(type);
176
return new
SoapAttributes
(memberInfo);
System\Xml\Serialization\XmlReflectionMember.cs (1)
21
SoapAttributes soapAttributes = new
SoapAttributes
();
23 references to SoapAttributes
System.Web.Services (1)
System\Web\Services\Protocols\SoapReflector.cs (1)
108
internal
SoapAttributes
soapAttributes;
System.Xml (22)
System\Xml\Serialization\SoapAttributeOverrides.cs (5)
27
public void Add(Type type,
SoapAttributes
attributes) {
35
public void Add(Type type, string member,
SoapAttributes
attributes) {
51
public
SoapAttributes
this[Type type] {
61
public
SoapAttributes
this[Type type, string member] {
65
return (
SoapAttributes
)members[member];
System\Xml\Serialization\SoapReflectionImporter.cs (15)
167
SoapAttributes
GetAttributes(Type type) {
168
SoapAttributes
attrs = attributeOverrides[type];
173
SoapAttributes
GetAttributes(MemberInfo memberInfo) {
174
SoapAttributes
attrs = attributeOverrides[memberInfo.DeclaringType, memberInfo.Name];
197
SoapAttributes
a = GetAttributes(model.Type);
216
SoapAttributes
baseAttributes = GetAttributes(baseTypeDesc.Type);
297
SoapAttributes
a = GetAttributes(model.Type);
377
SoapAttributes
memberAttrs = GetAttributes(memberInfo);
522
SoapAttributes
a = GetAttributes(model.Type);
553
SoapAttributes
a = GetAttributes(model.FieldInfo);
601
SoapAttributes
a = xmlReflectionMember.SoapAttributes;
617
MemberMapping ImportFieldMapping(FieldModel model,
SoapAttributes
a, string ns, RecursionLimiter limiter) {
632
void ImportAccessorMapping(MemberMapping accessor, FieldModel model,
SoapAttributes
a, string ns, XmlSchemaForm form, RecursionLimiter limiter) {
682
object GetDefaultValue(TypeDesc fieldTypeDesc,
SoapAttributes
a) {
708
internal string XsdTypeName(Type type,
SoapAttributes
a, string name) {
System\Xml\Serialization\XmlReflectionMember.cs (2)
21
SoapAttributes
soapAttributes = new SoapAttributes();
47
public
SoapAttributes
SoapAttributes {