1 override of IsFileExcludedCoreAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
138protected override Task<bool> IsFileExcludedCoreAsync(string filePath, CancellationToken cancellationToken)
1 reference to IsFileExcludedCoreAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
200return await IsFileExcludedCoreAsync(filePath, cancellationToken).ConfigureAwait(false);