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);
40
return
_schema
;
835
profileSettings.Schemas.Add(
_schema
);