3 overrides of IsGenerated
Microsoft.CodeAnalysis (1)
Compilation\SyntaxTreeOptionsProvider.cs (1)
74public override GeneratedKind IsGenerated(SyntaxTree tree, CancellationToken _)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4265public override GeneratedKind IsGenerated(SyntaxTree tree, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\TestSyntaxTreeOptionsProvider.cs (1)
64public override GeneratedKind IsGenerated(SyntaxTree tree, CancellationToken cancellationToken)
1 reference to IsGenerated
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.cs (1)
724return provider?.IsGenerated(this, cancellationToken) switch