1 write to _elementType
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3383
_elementType
= elementType;
4 references to _elementType
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (4)
3390
get { return
_elementType
; }
3395
get { return
_elementType
!= null ?
_elementType
.Name : _localElementFullName.Substring(_localElementFullName.LastIndexOf(DOT, StringComparison.Ordinal) + 1); }
3420
_ctrElemTypeRef = MarkupCompiler.GenerateConstructedTypeReference(
_elementType
, _typeArgsList, _localElementFullName);