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