7 references to GenericInfo
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
1639GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName); 1640genericInfo.Add(new GenericInfo(this.StableName, null));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (5)
1125GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName); 1141genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName); 1142genericInfo.Add(new GenericInfo(dataMember.MemberTypeContract.StableName, null)); 1146genericInfo = new GenericInfo(dataMember.MemberTypeContract.StableName, null); 1304GenericInfo genInfo = new GenericInfo(new XmlQualifiedName(name, ns), type.Name);