3 writes to _version
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (3)
341set { _version = value; } 587that._version = _version; 606that._version = _version;
3 references to _version
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (3)
340get { return _version; } 587that._version = _version; 606that._version = _version;