2 references to EmitDefaultValueAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1033
XmlNode emitDefaultValueAttribute = defaultValueElement.Attributes.GetNamedItem(Globals.
EmitDefaultValueAttribute
);
1036
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.AnnotationAttributeNotFound, SchemaExporter.DefaultValueAnnotation.Name, typeName.Name, typeName.Namespace, Globals.
EmitDefaultValueAttribute
)));