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