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