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