2 writes to Public
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2047builder._notation.Public = value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12721o.@Public = Reader.Value;
10 references to Public
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1912if (notation.Public == null && notation.System == null) 1918if (notation.Public != null) 1922XmlConvert.VerifyTOKEN(notation.Public); // can throw 1926SendValidationEvent(ResXml.Sch_InvalidPublicAttribute, new string[] { notation.Public }, eInner, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
291no.Pubid = notation.Public;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1555if (notation.Public != null) 1559XmlConvert.ToUri(notation.Public); // can throw 1563SendValidationEvent(ResXml.Sch_InvalidPublicAttribute, notation.Public, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
159no.Pubid = notation.Public;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4891WriteAttribute(@"public", @"", ((global::System.String)o.@Public));