1 write to GenericInfo
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1283
dataContract.
GenericInfo
= ImportGenericInfo(typeElement, type);
5 references to GenericInfo
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (5)
571
else if (dataContract.
GenericInfo
!= null)
574
XmlQualifiedName genericStableName = dataContract.
GenericInfo
.GetExpandedStableName();
578
typeReference = GetReferencedGenericType(dataContract.
GenericInfo
, out referencedContract);
580
if (referencedContract != null && !(referencedContract.StableName.Equals(dataContract.
GenericInfo
.StableName) && referencedContract.IsReference == dataContract.IsReference))
706
if (dataContract.
GenericInfo
!= null)