System.Collections.Concurrent.ConcurrentDictionary.ContainsKey(VirtualFileSystemPath)

Here are the examples of the csharp api System.Collections.Concurrent.ConcurrentDictionary.ContainsKey(VirtualFileSystemPath) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : T4OutsideSolutionSourceFileManager.cs
with Apache License 2.0
from JetBrains

public bool HreplacedourceFile([NotNull] VirtualFileSystemPath path) => SourceFiles.ContainsKey(path);