2 writes to _schemaCollection
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (2)
37
_schemaCollection
= other._schemaCollection;
51
_schemaCollection
= schemaCollection;
4 references to _schemaCollection
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\basevalidator.cs (4)
37
_schemaCollection = other.
_schemaCollection
;
65
get { return
_schemaCollection
; }
81
if (
_schemaCollection
!= null)
83
_schemaNames =
_schemaCollection
.GetSchemaNames(_nameTable);