2 writes to _notation
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1032_notation = (XmlSchemaNotation)container; 2035builder._xso = builder._notation = new XmlSchemaNotation();
5 references to _notation
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (5)
907container = _notation; 2037builder._schema.Items.Add(builder._notation); 2042builder._notation.Name = value; 2047builder._notation.Public = value; 2052builder._notation.System = value;