3 references to GetPropertyValueExpression
PresentationBuildTasks (3)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1797expressions[i] = GetPropertyValueExpression(ctx, parameters[i].ParameterType, args[i], null); 1815expressions[i] = GetPropertyValueExpression(ctx, parameters[i].ParameterType, args[i], null); 3062CodeExpression ceValue = GetPropertyValueExpression(ctx, typeof(Uri), null, attributeValue);