1 write to _id
Microsoft.CodeAnalysis.CSharp (1)
Compiler\MethodCompiler.cs (1)
2311_id = id;
2 references to _id
Microsoft.CodeAnalysis.CSharp (2)
Compiler\MethodCompiler.cs (2)
2328if (body1?.DescendantNodesAndSelf().Where(n => (object)n == _id).Any() == true || 2329body2?.DescendantNodesAndSelf().Where(n => (object)n == _id).Any() == true)