4 references to ClsComplianceChecker
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (2)
3248ClsComplianceChecker.CheckCompliance(this, builder, cancellationToken, syntaxTree, filterSpanWithinTree); 3255ClsComplianceChecker.CheckCompliance(this, builder, cancellationToken);
Compiler\ClsComplianceChecker.cs (2)
61/// Gets a value indicating whether <see cref="ClsComplianceChecker"/> is allowed to analyze in parallel. 76var checker = new ClsComplianceChecker(compilation, filterTree, filterSpanWithinTree, queue, cancellationToken);