1 write to _schema
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
32_schema = XmlSchema.Read(new XmlTextReader(reader) { DtdProcessing = DtdProcessing.Prohibit }, null);
3 references to _schema
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
33_schema.Namespaces.Add("", _ns); 40return _schema; 835profileSettings.Schemas.Add(_schema);