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