2 references to GenericNamespaceAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1296
XmlNode nsAttribute = typeElement.Attributes.GetNamedItem(Globals.
GenericNamespaceAttribute
);
1299
throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(string.Format(SRSerialization.GenericAnnotationAttributeNotFound, type.Name, Globals.
GenericNamespaceAttribute
)));