1 write to Public
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2042
builder._notation!.
Public
= value;
9 references to Public
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (4)
1878
if (notation.
Public
== null && notation.System == null)
1884
if (notation.
Public
!= null)
1888
XmlConvert.VerifyTOKEN(notation.
Public
); // can throw
1892
SendValidationEvent(SR.Sch_InvalidPublicAttribute, new string[] { notation.
Public
}, eInner, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
307
no.Pubid = notation.
Public
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1542
if (notation.
Public
!= null)
1546
XmlConvert.ToUri(notation.
Public
); // can throw
1550
SendValidationEvent(SR.Sch_InvalidPublicAttribute, notation.
Public
, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
169
no.Pubid = notation.
Public
;