1 write to supportedProperties
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
283
supportedProperties
= new Dictionary<PropertyInfo, bool>();
3 references to supportedProperties
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (3)
281
if (
supportedProperties
== null)
287
if (!
supportedProperties
.TryGetValue(property, out supported))
290
supportedProperties
.Add(property, supported);