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)
2218
if (body1?.DescendantNodesAndSelf().Where(n => (object)n ==
_id
).Any() == true ||
2219
body2?.DescendantNodesAndSelf().Where(n => (object)n ==
_id
).Any() == true)