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