2 writes to _typeIdentifiers
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
29
_typeIdentifiers
= identifiers;
73
_typeIdentifiers
= new CodeIdentifiers();
2 references to _typeIdentifiers
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
72
if (
_typeIdentifiers
== null)
74
return
_typeIdentifiers
;