4 writes to Id
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
68
set {
Id
= value; }
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
12809
o.
@Id
= CollapseWhitespace(Reader.Value);
12906
o.
@Id
= CollapseWhitespace(Reader.Value);
12993
o.
@Id
= CollapseWhitespace(Reader.Value);
4 references to Id
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaExternal.cs (1)
67
get { return
Id
; }
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
4985
WriteAttribute(@"id", @"", ((global::System.String)o.
@Id
));
5023
WriteAttribute(@"id", @"", ((global::System.String)o.
@Id
));
5062
WriteAttribute(@"id", @"", ((global::System.String)o.
@Id
));