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