13 references to Notations
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
629
if (schInfo.
Notations
!= null)
631
foreach (SchemaNotation scNot in schInfo.
Notations
.Values)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (4)
828
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
1295
if (!_schemaInfo.
Notations
.ContainsKey(notationName))
1330
if (!_schemaInfo.
Notations
.ContainsKey(notationName.Name))
1337
_schemaInfo.
Notations
.Add(notation.Name.Name, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
292
if (!schemaInfo.
Notations
.ContainsKey(no.Name.Name))
294
schemaInfo.
Notations
.Add(no.Name.Name, no);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (3)
380
foreach (SchemaNotation notation in sinfo.
Notations
.Values)
382
if (!
Notations
.ContainsKey(notation.Name.Name))
384
Notations
.Add(notation.Name.Name, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
160
if (!schemaInfo.
Notations
.ContainsKey(no.Name.Name))
162
schemaInfo.
Notations
.Add(no.Name.Name, no);