1 write to ElementTypeReference
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2542cc.ElementTypeReference = new CodeTypeReference(GetFullClassName(ns, className));
2 references to ElementTypeReference
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1188CodeCastExpression cceTarget = new CodeCastExpression(cc.ElementTypeReference, careTarget); 2220field.Type = cc.ElementTypeReference;