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