107 references to FullName
dotnet-svcutil-lib (107)
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (5)
192
include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.
FullName
)));
202
if (ShouldInclude(arrayMapping) && !typesIncluded.Contains(arrayMapping.TypeDesc.
FullName
))
205
include.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(arrayMapping.TypeDesc.
FullName
)));
207
typesIncluded.Add(arrayMapping.TypeDesc.
FullName
, string.Empty);
300
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(derived.TypeDesc.
FullName
)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (10)
610
throw new InvalidOperationException(string.Format(ResXml.XmlHiddenMember, parent, member.Name, member.TypeDesc.
FullName
, this.TypeName, _members[i].Name, _members[i].TypeDesc.
FullName
));
638
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalSimpleContentExtension, TypeDesc.
FullName
, BaseMapping.TypeDesc.
FullName
));
651
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalTypedTextAttribute, TypeDesc.
FullName
, text.Name, text.Mapping.TypeDesc.
FullName
));
1033
return td.
FullName
;
1038
return "System.Nullable`1[" + td.
FullName
+ "]";
1052
return TypeDesc.
FullName
;
1152
throw new InvalidOperationException(string.Format(ResXml.XmlCircularDerivation, TypeDesc.
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Models.cs (1)
193
typeDesc.Exception = new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType, typeDesc.
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
168
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidBaseType, structMapping.TypeDesc.
FullName
, baseType.FullName, typeDescToChange.BaseTypeDesc.
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (17)
209
if (model.TypeDesc.
FullName
!= td.
FullName
)
211
throw new InvalidOperationException(string.Format(ResXml.XmlDataTypeMismatch, dataType, "SoapElementAttribute.DataType", model.TypeDesc.
FullName
));
252
throw new NotSupportedException(string.Format(ResXml.XmlUnsupportedSoapTypeKind, model.TypeDesc.
FullName
));
284
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, mapping.TypeDesc.
FullName
, typeName, ns));
306
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
311
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
430
throw new NotSupportedException(string.Format(ResXml.XmlRpcRefsInValueType, model.TypeDesc.
FullName
));
432
throw new NotSupportedException(string.Format(ResXml.XmlRpcNestedValueType, member.TypeDesc.
FullName
));
455
throw new NotSupportedException(string.Format(ResXml.XmlRpcArrayOfValueTypes, model.TypeDesc.
FullName
));
531
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidSoapArray, mapping.TypeDesc.
FullName
));
612
throw new InvalidOperationException(string.Format(ResXml.XmlNoSerializableMembers, model.TypeDesc.
FullName
));
723
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalSoapAttribute, accessorName, accessor.TypeDesc.
FullName
));
776
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidDefaultEnumValue, a.SoapDefaultValue.GetType().FullName, fieldTypeDesc.
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (2)
388
throw new NotSupportedException(string.Format(ResXml.XmlSerializerUnsupportedType,
FullName
));
402
_exception = new InvalidOperationException(string.Format(ResXml.XmlConstructorInaccessible,
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (18)
234
CodeExpression enumRef = new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(mapping.TypeDesc.
FullName
), values[i]);
243
valueExpression = new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(mapping.TypeDesc.
FullName
), (string)value);
313
if (mapping.TypeDesc.
FullName
!= type.ToString() && !(mapping is EnumMapping))
316
initExpression = new CodeCastExpression(mapping.TypeDesc.
FullName
, initExpression);
377
return XmlCustomFormatter.FromEnum(val, names, ids, em.TypeDesc.
FullName
);
387
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidDefaultValue, defaultValue, em.TypeDesc.
FullName
));
425
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
435
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
444
CodeExpression init = extension.ImportDefaultValue((string)defaultValue, mapping.TypeDesc.
FullName
);
454
field.InitExpression = extension.ImportDefaultValue((string)defaultValue, mapping.TypeDesc.
FullName
);
459
DropDefaultAttribute(accessor, comments, mapping.TypeDesc.
FullName
);
477
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
487
DropDefaultAttribute(accessor, comments, pm.TypeDesc.
FullName
);
540
DropDefaultAttribute(accessor, comments, memberTypeDesc.
FullName
);
569
string baseName = mapping.TypeDesc.BaseTypeDesc == null || mapping.TypeDesc.BaseTypeDesc.IsRoot ? string.Empty : mapping.TypeDesc.BaseTypeDesc.
FullName
;
862
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.
FullName
)));
902
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression("System.Nullable`1[" + typeDesc.
FullName
+ "]")));
907
attribute.Arguments.Add(new CodeAttributeArgument(new CodeTypeOfExpression(typeDesc.
FullName
)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlMemberMapping.cs (1)
99
get { return _mapping.TypeDesc.
FullName
; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (28)
280
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidNotNullable, model.TypeDesc.BaseTypeDesc.
FullName
, "XmlRoot"));
295
return ((TypeMapping)mapping).TypeDesc.
FullName
;
404
if (modelTypeDesc.
FullName
!= td.
FullName
)
406
throw new InvalidOperationException(string.Format(ResXml.XmlDataTypeMismatch, dataType, "XmlElementAttribute.DataType", modelTypeDesc.
FullName
));
455
throw new InvalidOperationException(string.Format(ResXml.XmlSerializableAttributes, model.TypeDesc.
FullName
, typeof(XmlSchemaProviderAttribute).Name));
473
throw CreateTypeReflectionException(model.TypeDesc.
FullName
, e);
633
return new InvalidOperationException(string.Format(ResXml.XmlIllegalTypeContext, typeDesc.
FullName
, GetContextName(context)));
675
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
680
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, existingMapping.TypeDesc.
FullName
, typeDesc.Name, existingMapping.Namespace));
722
throw new InvalidOperationException(string.Format(ResXml.XmlTypesDuplicate, typeDesc.
FullName
, mapping.TypeDesc.
FullName
, typeName, ns));
871
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalTypedTextAttribute, typeName, member.Text.Name, member.Text.Mapping.TypeDesc.
FullName
));
1203
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAttributeFlagsArray, model.TypeDesc.
FullName
));
1218
throw new InvalidOperationException(string.Format(ResXml.XmlNoSerializableMembers, model.TypeDesc.
FullName
));
1557
Type arrayElementType = TypeScope.GetArrayElementType(accessorType, model.FieldTypeDesc.
FullName
+ "." + model.Name);
1568
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAttrOrTextInterface, accessorName, accessor.TypeDesc.ArrayElementTypeDesc.
FullName
, typeof(IXmlSerializable).Name));
1572
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAttrOrText, accessorName, accessor.TypeDesc.ArrayElementTypeDesc.
FullName
));
1648
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
1760
if (a.XmlAnyElements.Count > 0) throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAnyElement, accessor.TypeDesc.
FullName
));
1823
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
1862
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalAttrOrTextInterface, accessorName, accessor.TypeDesc.
FullName
, typeof(IXmlSerializable).Name));
1891
throw new InvalidOperationException(string.Format(ResXml.XmlInvalidNotNullable, typeModel.TypeDesc.BaseTypeDesc.
FullName
, "XmlElement"));
2016
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingAnyValue, accessor.ChoiceIdentifier.Mapping.TypeDesc.
FullName
));
2022
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingValue, accessor.ChoiceIdentifier.Mapping.TypeDesc.
FullName
, id, element.Name, element.Namespace));
2222
if (isNullable && !typeDesc.IsNullable) throw new InvalidOperationException(string.Format(ResXml.XmlInvalidIsNullable, typeDesc.
FullName
));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
936
return val != 0 ? XmlCustomFormatter.FromEnum(val, names, ids, mapping.TypeDesc.
FullName
) : null;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (5)
696
throw new InvalidOperationException(string.Format(ResXml.XmlIllegalOverride, type.Name, baseMember.Name, baseMember.TypeDesc.
FullName
, structMapping.Members[i].TypeDesc.
FullName
, declaringMapping.TypeDesc.
FullName
));
887
string tdFullName = element.Mapping.TypeDesc.
FullName
;
1840
if (sourceTypeDesc != null && sourceTypeDesc.
FullName
!= typeof(string).FullName)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (8)
2209
WriteQuotedCSharpString(mapping.TypeDesc.
FullName
);
2217
WriteQuotedCSharpString(mapping.TypeDesc.
FullName
);
2254
if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.
FullName
+ ", " + string.Format(ResXml.XmlInternalErrorMethod, derived.TypeDesc.Name) + Environment.StackTrace);
2779
WriteQuotedCSharpString(choice.Mapping.TypeDesc.
FullName
);
2927
string enumTypeName = choice == null ? null : choice.Mapping.TypeDesc.
FullName
;
3495
WriteQuotedCSharpString(typeDesc.
FullName
);
3700
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingAnyValue, choiceMapping.TypeDesc.
FullName
));
3703
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingValue, choiceMapping.TypeDesc.
FullName
, element.Namespace + ":" + element.Name, element.Name, element.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (8)
695
ilg.Ldstr(mapping.TypeDesc.
FullName
);
750
ilg.Ldstr(mapping.TypeDesc.
FullName
);
772
if (methodName == null) throw new InvalidOperationException("deriaved from " + mapping.TypeDesc.
FullName
+ ", " + string.Format(ResXml.XmlInternalErrorMethod, derived.TypeDesc.Name) + Environment.StackTrace);
1542
ilg.Ldstr(choice.Mapping.TypeDesc.
FullName
);
1672
string enumTypeName = choice == null ? null : choice.Mapping.TypeDesc.
FullName
;
2305
ilg.Ldstr(typeDesc.
FullName
);
2412
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingAnyValue, choiceMapping.TypeDesc.
FullName
));
2415
throw new InvalidOperationException(string.Format(ResXml.XmlChoiceMissingValue, choiceMapping.TypeDesc.
FullName
, element.Namespace + ":" + element.Name, element.Name, element.Namespace));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlTypeMapping.cs (1)
40
get { return Mapping.TypeDesc.
FullName
; }