17 references to TypeOfNullable
dotnet-svcutil-lib (17)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (3)
711
bool enableStructureCheck = (type != Globals.
TypeOfNullable
);
740
if (type == Globals.
TypeOfNullable
&& !isParamValueType)
1014
CodeTypeReference nullableOfMemberType = GetCodeTypeReference(Globals.
TypeOfNullable
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (5)
1329
while (type.GetTypeInfo().IsGenericType && type.GetGenericTypeDefinition() == Globals.
TypeOfNullable
)
1339
while (type.GetTypeInfo().IsGenericType && type.GetGenericTypeDefinition() == Globals.
TypeOfNullable
)
1639
GenericInfo genericInfo = new GenericInfo(DataContract.GetStableName(Globals.
TypeOfNullable
), Globals.
TypeOfNullable
.FullName);
2055
type.GetGenericTypeDefinition() == Globals.
TypeOfNullable
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (2)
355
_referencedTypesDictionary.Add(DataContract.GetStableName(Globals.
TypeOfNullable
), Globals.
TypeOfNullable
);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
1141
genericInfo = new GenericInfo(DataContract.GetStableName(Globals.
TypeOfNullable
), Globals.
TypeOfNullable
.FullName);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (2)
384
while (type.GetTypeInfo().IsGenericType && type.GetGenericTypeDefinition() == Globals.
TypeOfNullable
)
491
Type type = Globals.
TypeOfNullable
.MakeGenericType(innerType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatWriterGenerator.cs (3)
555
memberType.GetGenericTypeDefinition() == Globals.
TypeOfNullable
);
596
((IList)Globals.
TypeOfNullable
.GetInterfaces()).Contains(memberType))
640
while (memberType.GetTypeInfo().IsGenericType && memberType.GetGenericTypeDefinition() == Globals.
TypeOfNullable
)