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