3 implementations of IsDangerous
dotnet.Tests (2)
CommandFactoryTests\GivenALocalToolsCommandResolver.cs (1)
266
public bool
IsDangerous
(string filePath)
CommandTests\FakeDangerousFileDetector.cs (1)
17
public bool
IsDangerous
(string filePath)
Microsoft.DotNet.Cli.Utils (1)
DangerousFileDetector.cs (1)
12
public bool
IsDangerous
(string filePath)
1 reference to IsDangerous
dotnet (1)
ToolManifest\ToolManifestEditor.cs (1)
115
if (_dangerousFileDetector.
IsDangerous
(manifest.Value))