2 overrides of ParseSyntaxTree
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
BasicDeterministicKeyBuilderTests.cs (1)
30
protected override SyntaxTree
ParseSyntaxTree
(string content, string fileName, SourceHashAlgorithm hashAlgorithm, VisualBasicParseOptions? parseOptions) =>
CSharpDeterministicKeyBuilderTests.cs (1)
27
protected override SyntaxTree
ParseSyntaxTree
(string content, string fileName, SourceHashAlgorithm hashAlgorithm, CSharpParseOptions? parseOptions) =>
2 references to ParseSyntaxTree
Microsoft.CodeAnalysis.Rebuild.UnitTests (2)
DeterministicKeyBuilderTests.cs (2)
183
var syntaxTree =
ParseSyntaxTree
("", fileName: "test", SourceHashAlgorithm.Sha256, (TParseOptions)parseOptions);
282
var syntaxTree =
ParseSyntaxTree
(content, fileName: "file.cs", hashAlgorithm);