2 references to HasInternals
PresentationBuildTasks (2)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1281
_hasInternals = compilerWrapper.
HasInternals
;
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
691
if (!String.IsNullOrEmpty(_internalTypeHelperFile) && !compilerWrapper.
HasInternals
)