5 references to DeclaringType
System.Web (5)
Compilation\AppSettingsExpressionBuilder.cs (2)
30
if (entry.
DeclaringType
== null || entry.PropertyInfo == null) {
41
new CodeTypeOfExpression(entry.
DeclaringType
),
Compilation\ResourceExpressionBuilder.cs (3)
115
entry.
DeclaringType
, entry.PropertyInfo.Name);
130
expr.Parameters.Add(new CodeTypeOfExpression(entry.
DeclaringType
));
148
expr.Parameters.Add(new CodeTypeOfExpression(entry.
DeclaringType
));