2 writes to MatchDerivedTypes
System.Workflow.Runtime (2)
Tracking\TrackingProfileSerializer.cs (2)
269
location.
MatchDerivedTypes
= reader.ReadElementContentAsBoolean();
283
location.
MatchDerivedTypes
= true;
1 reference to MatchDerivedTypes
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
1104
writer.WriteElementString("MatchDerivedTypes", loc.
MatchDerivedTypes
.ToString().ToLower(CultureInfo.InvariantCulture));