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