2 references to IgnoringChangeInExcludedFile
dotnet-watch (1)
Build\FilePathExclusions.cs (1)
97
logger.Log(MessageDescriptor.
IgnoringChangeInExcludedFile
, fullPath, changeKind, "DefaultItemExcludes", globValue, projectDir);
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
604
var ignoringChangeInExcludedFile = w.Reporter.RegisterSemaphore(MessageDescriptor.
IgnoringChangeInExcludedFile
);