111 references to FullName
System.Xml (111)
System\Xml\Serialization\CodeExporter.cs (5)
173
include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.
FullName
)));
181
if (ShouldInclude(arrayMapping) && !typesIncluded.Contains(arrayMapping.TypeDesc.
FullName
)) {
183
include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(arrayMapping.TypeDesc.
FullName
)));
185
typesIncluded.Add(arrayMapping.TypeDesc.
FullName
, string.Empty);
261
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.
FullName
)));
System\Xml\Serialization\Mappings.cs (10)
512
throw new InvalidOperationException(Res.GetString(Res.XmlHiddenMember, parent, member.Name, member.TypeDesc.
FullName
, this.TypeName, members[i].Name, members[i].TypeDesc.
FullName
));
534
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalSimpleContentExtension, TypeDesc.
FullName
, BaseMapping.TypeDesc.
FullName
));
544
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalTypedTextAttribute, TypeDesc.
FullName
, text.Name, text.Mapping.TypeDesc.
FullName
));
869
return td.
FullName
;
873
return "System.Nullable`1[" + td.
FullName
+ "]";
885
return TypeDesc.
FullName
;
971
throw new InvalidOperationException(Res.GetString(Res.XmlCircularDerivation, TypeDesc.
FullName
));
System\Xml\Serialization\Models.cs (1)
168
typeDesc.Exception = new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType, typeDesc.
FullName
));
System\Xml\Serialization\SchemaImporter.cs (2)
152
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidBaseType, structMapping.TypeDesc.
FullName
, baseType.FullName, typeDescToChange.BaseTypeDesc.
FullName
));
System\Xml\Serialization\SoapReflectionImporter.cs (17)
192
if (model.TypeDesc.
FullName
!= td.
FullName
) {
193
throw new InvalidOperationException(Res.GetString(Res.XmlDataTypeMismatch, dataType, "SoapElementAttribute.DataType", model.TypeDesc.
FullName
));
231
throw new NotSupportedException(Res.GetString(Res.XmlUnsupportedSoapTypeKind, model.TypeDesc.
FullName
));
259
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, mapping.TypeDesc.
FullName
, typeName, ns));
276
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
280
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
386
throw new NotSupportedException(Res.GetString(Res.XmlRpcRefsInValueType, model.TypeDesc.
FullName
));
388
throw new NotSupportedException(Res.GetString(Res.XmlRpcNestedValueType, member.TypeDesc.
FullName
));
410
throw new NotSupportedException(Res.GetString(Res.XmlRpcArrayOfValueTypes, model.TypeDesc.
FullName
));
476
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidSoapArray, mapping.TypeDesc.
FullName
));
545
throw new InvalidOperationException(Res.GetString(Res.XmlNoSerializableMembers, model.TypeDesc.
FullName
));
643
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalSoapAttribute, accessorName, accessor.TypeDesc.
FullName
));
691
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidDefaultEnumValue, a.SoapDefaultValue.GetType().FullName, fieldTypeDesc.
FullName
));
System\Xml\Serialization\Types.cs (2)
333
throw new NotSupportedException(Res.GetString(Res.XmlSerializerUnsupportedType,
FullName
));
345
this.exception = new InvalidOperationException(Res.GetString(Res.XmlConstructorInaccessible,
FullName
));
System\Xml\Serialization\XmlCodeExporter.cs (18)
209
CodeExpression enumRef = new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(mapping.TypeDesc.
FullName
), values[i]);
217
valueExpression = new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(mapping.TypeDesc.
FullName
), (string)value);
281
if (mapping.TypeDesc.
FullName
!= type.ToString() && !(mapping is EnumMapping)) {
283
initExpression = new CodeCastExpression(mapping.TypeDesc.
FullName
, initExpression);
335
return XmlCustomFormatter.FromEnum(val, names, ids, em.TypeDesc.
FullName
);
343
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidDefaultValue, defaultValue, em.TypeDesc.
FullName
));
377
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
385
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
393
CodeExpression init = extension.ImportDefaultValue((string)defaultValue, mapping.TypeDesc.
FullName
);
400
field.InitExpression = extension.ImportDefaultValue((string)defaultValue, mapping.TypeDesc.
FullName
);
404
DropDefaultAttribute(accessor, comments, mapping.TypeDesc.
FullName
);
418
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
427
DropDefaultAttribute(accessor, comments, pm.TypeDesc.
FullName
);
471
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
495
string baseName = mapping.TypeDesc.BaseTypeDesc == null || mapping.TypeDesc.BaseTypeDesc.IsRoot ? string.Empty : mapping.TypeDesc.BaseTypeDesc.
FullName
;
751
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.
FullName
)));
782
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression("System.Nullable`1[" + typeDesc.
FullName
+ "]")));
786
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.
FullName
)));
System\Xml\Serialization\XmlMemberMapping.cs (1)
90
get { return mapping.TypeDesc.
FullName
; }
System\Xml\Serialization\XmlReflectionImporter.cs (28)
253
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidNotNullable, model.TypeDesc.BaseTypeDesc.
FullName
, "XmlRoot"));
267
return ((TypeMapping)mapping).TypeDesc.
FullName
;
359
if (modelTypeDesc.
FullName
!= td.
FullName
) {
360
throw new InvalidOperationException(Res.GetString(Res.XmlDataTypeMismatch, dataType, "XmlElementAttribute.DataType", modelTypeDesc.
FullName
));
404
throw new InvalidOperationException(Res.GetString(Res.XmlSerializableAttributes, model.TypeDesc.
FullName
, typeof(XmlSchemaProviderAttribute).Name));
419
throw CreateTypeReflectionException(model.TypeDesc.
FullName
, e);
557
return new InvalidOperationException(Res.GetString(Res.XmlIllegalTypeContext, typeDesc.
FullName
, GetContextName(context)));
593
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
597
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
636
throw new InvalidOperationException(Res.GetString(Res.XmlTypesDuplicate, typeDesc.
FullName
, mapping.TypeDesc.
FullName
, typeName, ns));
765
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalTypedTextAttribute, typeName, member.Text.Name, member.Text.Mapping.TypeDesc.
FullName
));
1052
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAttributeFlagsArray, model.TypeDesc.
FullName
));
1065
throw new InvalidOperationException(Res.GetString(Res.XmlNoSerializableMembers, model.TypeDesc.
FullName
));
1357
Type arrayElementType = TypeScope.GetArrayElementType(accessorType, model.FieldTypeDesc.
FullName
+ "." + model.Name);
1366
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAttrOrTextInterface, accessorName, accessor.TypeDesc.ArrayElementTypeDesc.
FullName
, typeof(IXmlSerializable).Name));
1369
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAttrOrText, accessorName, accessor.TypeDesc.ArrayElementTypeDesc.
FullName
));
1438
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
1538
if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAnyElement, accessor.TypeDesc.
FullName
));
1592
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
1624
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalAttrOrTextInterface, accessorName, accessor.TypeDesc.
FullName
, typeof(IXmlSerializable).Name));
1649
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
1761
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingAnyValue, accessor.ChoiceIdentifier.Mapping.TypeDesc.
FullName
));
1766
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingValue, accessor.ChoiceIdentifier.Mapping.TypeDesc.
FullName
, id, element.Name, element.Namespace));
1930
if (isNullable && !typeDesc.IsNullable) throw new InvalidOperationException(Res.GetString(Res.XmlInvalidIsNullable, typeDesc.
FullName
));
System\Xml\Serialization\XmlSchemaExporter.cs (1)
801
return val != 0 ? XmlCustomFormatter.FromEnum(val, names, ids, mapping.TypeDesc.
FullName
) : null;
System\Xml\Serialization\XmlSchemaImporter.cs (5)
610
throw new InvalidOperationException(Res.GetString(Res.XmlIllegalOverride, type.Name, baseMember.Name, baseMember.TypeDesc.
FullName
, structMapping.Members[i].TypeDesc.
FullName
, declaringMapping.TypeDesc.
FullName
));
773
string tdFullName = element.Mapping.TypeDesc.
FullName
;
1601
if (sourceTypeDesc != null && sourceTypeDesc.
FullName
!= typeof(string).FullName)
System\Xml\Serialization\XmlSerializationReader.cs (3)
3122
throw new InvalidOperationException(Res.GetString(Res.XmlSequenceHierarchy, structMapping.TypeDesc.
FullName
, mapping.Name, declaringMapping.TypeDesc.
FullName
, "Order"));
4413
bool isDoc = special.TypeDesc.
FullName
== typeof(XmlDocument).FullName;
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
1596
throw new InvalidOperationException(Res.GetString(Res.XmlSequenceHierarchy, structMapping.TypeDesc.
FullName
, mapping.Name, declaringMapping.TypeDesc.
FullName
, "Order"));
3206
bool isDoc = special.TypeDesc.
FullName
== typeof(XmlDocument).FullName;
System\Xml\Serialization\XmlSerializationWriter.cs (7)
1903
WriteQuotedCSharpString(mapping.TypeDesc.
FullName
);
1910
WriteQuotedCSharpString(mapping.TypeDesc.
FullName
);
2401
WriteQuotedCSharpString(choice.Mapping.TypeDesc.
FullName
);
2529
string enumTypeName = choice == null ? null : choice.Mapping.TypeDesc.
FullName
;
3035
WriteQuotedCSharpString(typeDesc.
FullName
);
3222
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingAnyValue, choiceMapping.TypeDesc.
FullName
));
3225
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingValue, choiceMapping.TypeDesc.
FullName
, element.Namespace + ":" + element.Name, element.Name, element.Namespace));
System\Xml\Serialization\XmlSerializationWriterILGen.cs (7)
629
ilg.Ldstr(mapping.TypeDesc.
FullName
);
682
ilg.Ldstr(mapping.TypeDesc.
FullName
);
1417
ilg.Ldstr(choice.Mapping.TypeDesc.
FullName
);
1538
string enumTypeName = choice == null ? null : choice.Mapping.TypeDesc.
FullName
;
2111
ilg.Ldstr(typeDesc.
FullName
);
2201
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingAnyValue, choiceMapping.TypeDesc.
FullName
));
2204
throw new InvalidOperationException(Res.GetString(Res.XmlChoiceMissingValue, choiceMapping.TypeDesc.
FullName
, element.Namespace + ":" + element.Name, element.Name, element.Namespace));
System\Xml\Serialization\XmlTypeMapping.cs (1)
39
get { return Mapping.TypeDesc.
FullName
; }