7 instantiations of 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);
15 references to GenericInfo
dotnet-svcutil-lib (15)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (2)
691private CodeTypeReference GetReferencedGenericType(GenericInfo genInfo, out DataContract dataContract) 719GenericInfo paramInfo = genInfo.Parameters[i];
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (8)
368internal GenericInfo GenericInfo 546private GenericInfo _genericInfo; 1175internal GenericInfo GenericInfo 1639GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfNullable), Globals.TypeOfNullable.FullName); 2426private List<GenericInfo> _paramGenericInfos; 2437internal void Add(GenericInfo actualParamInfo) 2440_paramGenericInfos = new List<GenericInfo>(); 2474internal IList<GenericInfo> Parameters
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (5)
1125GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.TypeOfKeyValue), Globals.TypeOfKeyValue.FullName); 1136private GenericInfo GetGenericInfoForDataMember(DataMember dataMember) 1138GenericInfo genericInfo = null; 1290private GenericInfo ImportGenericInfo(XmlElement typeElement, XmlSchemaType type) 1304GenericInfo genInfo = new GenericInfo(new XmlQualifiedName(name, ns), type.Name);