2 writes to Id
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
654set { Id = value; }
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8532o.@Id = CollapseWhitespace(Reader.Value);
4 references to Id
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
653get { return Id; }
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (2)
1418if (_schema.Id == null || _schema.Id.Length == 0) throw new InvalidOperationException(string.Format(ResXml.XmlSerializableNameMissing1, _type.FullName));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
2333WriteAttribute(@"id", @"", ((global::System.String)o.@Id));