1 write to SyntaxTree
Microsoft.Extensions.Logging.Generators (1)
src\libraries\Common\src\Roslyn\SyntaxNodeGrouping.cs (1)
29
SyntaxTree
= grouping.Key;
4 references to SyntaxTree
Microsoft.Extensions.Logging.Generators (4)
src\libraries\Common\src\Roslyn\SyntaxNodeGrouping.cs (4)
16
/// cref="
SyntaxTree
"/> from before, then we know we must have the same nodes as before (since the nodes are
34
=>
SyntaxTree
.GetHashCode();
40
=> this.
SyntaxTree
== obj?.
SyntaxTree
;