3 writes to MatchDerivedArgumentTypes
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
392location.MatchDerivedArgumentTypes = true; 426location.MatchDerivedArgumentTypes = true; 435location.MatchDerivedArgumentTypes = derived;
1 reference to MatchDerivedArgumentTypes
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
1151writer.WriteElementString("MatchDerivedTypes", loc.MatchDerivedArgumentTypes.ToString().ToLower(CultureInfo.InvariantCulture));