2 writes to Public
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10297o.@Public = Reader.Value;
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1880builder.notation.Public = value;
10 references to Public
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3878WriteAttribute(@"public", @"", ((global::System.String)o.@Public));
System.Xml (9)
System\Xml\Schema\Preprocessor.cs (4)
1550if (notation.Public == null && notation.System == null) { 1554if (notation.Public != null) { 1556XmlConvert.VerifyTOKEN(notation.Public); // can throw 1559SendValidationEvent(Res.Sch_InvalidPublicAttribute, new string[] { notation.Public} , eInner, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
235no.Pubid = notation.Public;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1235if (notation.Public != null) { 1237XmlConvert.ToUri(notation.Public); // can throw 1240SendValidationEvent(Res.Sch_InvalidPublicAttribute, notation.Public, notation);
System\Xml\Schema\SchemaSetCompiler.cs (1)
131no.Pubid = notation.Public;