3 writes to UseTrustedSettings
Microsoft.Build.Tasks.UnitTests (3)
XslTransformation_Tests.cs (3)
876
t.
UseTrustedSettings
= true;
1077
t.
UseTrustedSettings
= true;
1087
t.
UseTrustedSettings
= false;
2 references to UseTrustedSettings
Microsoft.Build.Tasks.Core (2)
XslTransformation.cs (2)
146
xslct = xsltinput.LoadXslt(
UseTrustedSettings
);
162
if (
UseTrustedSettings
)