4 types derived from CSharpSyntaxTree
Microsoft.CodeAnalysis.CSharp (3)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
82 references to CSharpSyntaxTree
ConfigurationSchemaGenerator.Tests (1)
Infrastructure.Tests (1)
Microsoft.CodeAnalysis.CSharp (62)
Syntax\SyntaxFactory.cs (8)
1577=> CSharpSyntaxTree.Create((CSharpSyntaxNode)root, (CSharpParseOptions?)options ?? CSharpParseOptions.Default, path, encoding, SourceHashAlgorithm.Sha1);
1583/// <inheritdoc cref="CSharpSyntaxTree.ParseText(string, CSharpParseOptions?, string, Encoding?, CancellationToken)"/>
1591return CSharpSyntaxTree.ParseText(SourceText.From(text, encoding, SourceHashAlgorithm.Sha1), (CSharpParseOptions?)options, path, diagnosticOptions: null, isGeneratedCode: null, cancellationToken);
1595/// <inheritdoc cref="CSharpSyntaxTree.ParseText(SourceText, CSharpParseOptions?, string, CancellationToken)"/>
1602return CSharpSyntaxTree.ParseText(text, (CSharpParseOptions?)options, path, cancellationToken);
1942red._syntaxTree = CSharpSyntaxTree.CreateWithoutClone(red, options);
2851return CSharpSyntaxTree.ParseText(text, (CSharpParseOptions?)options, path, diagnosticOptions, isGeneratedCode: null, cancellationToken);
2880return CSharpSyntaxTree.ParseText(text, (CSharpParseOptions?)options, path, diagnosticOptions, isGeneratedCode, cancellationToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Razor.Compiler (2)
Microsoft.CodeAnalysis.Rebuild (1)
Microsoft.DotNet.ApiSymbolExtensions (1)
Microsoft.DotNet.GenFacades (2)
Microsoft.Gen.Logging.Unit.Tests (1)
Microsoft.ML.CodeGenerator (1)
QuarantineTools.Tests (8)
SuperFileCheck (1)