1 implementation of IsFileExcludedAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (1)
170
public async Task<bool>
IsFileExcludedAsync
(string filePath, CancellationToken cancellationToken)
1 reference to IsFileExcludedAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
84
=> _lazyExternalCopilotService.Value.
IsFileExcludedAsync
(filePath, cancellationToken);