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