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