2 writes to System
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2052
builder._notation.
System
= value;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
12726
o.
@System
= Reader.Value;
9 references to System
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1912
if (notation.Public == null && notation.
System
== null)
1929
if (notation.
System
!= null)
1931
ParseUri(notation.
System
, ResXml.Sch_InvalidSystemAttribute, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
290
no.SystemLiteral = notation.
System
;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1570
if (notation.
System
!= null)
1574
XmlConvert.ToUri(notation.
System
); // can throw
1578
SendValidationEvent(ResXml.Sch_InvalidSystemAttribute, notation.
System
, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
158
no.SystemLiteral = notation.
System
;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
4892
WriteAttribute(@"system", @"", ((global::System.String)o.
@System
));