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