3 references to TypeOfXmlSchemaProviderAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
1208DataContract.GetClrTypeFullName(Globals.TypeOfXmlSchemaProviderAttribute), 1216DataContract.GetClrTypeFullName(Globals.TypeOfXmlSchemaProviderAttribute),
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (1)
36object[] attrs = clrType.GetTypeInfo().GetCustomAttributes(Globals.TypeOfXmlSchemaProviderAttribute, false).ToArray();