1 implementation of Id
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8447public CaptureId Id { get; }
17 references to Id
Microsoft.CodeAnalysis.CodeStyle (3)
SymbolUsageAnalysis.Walker.cs (3)
132_currentAnalysisData.IsLValueFlowCapture(flowCapture.Id)) 134OnLValueCaptureFound(symbol, operation, flowCapture.Id); 137if (_currentAnalysisData.IsRValueFlowCapture(flowCapture.Id))
Microsoft.CodeAnalysis.Test.Utilities (11)
Compilation\ControlFlowGraphVerifier.cs (10)
416AssertTrueWithGraph(currentState.Add(capture.Id), $"Operation [{j}] in [{getBlockId(block)}] re-initialized capture [{capture.Id.Value}]", finalGraph); 544if (candidate.Id.Equals(id)) 581if (candidate.Id.Equals(id)) 608if (candidate.Id.Equals(id)) 642if (candidate.Id.Equals(id)) 685if (candidate.Id.Equals(id)) 728if (candidate.Id.Equals(id)) 1116if (candidate.Id.Equals(id)) 1770referencedCaptureIds.Add(flowCapture.Id);
Compilation\OperationTreeVerifier.cs (1)
983LogString($": {operation.Id.Value}");
Microsoft.CodeAnalysis.Workspaces (3)
SymbolUsageAnalysis.Walker.cs (3)
132_currentAnalysisData.IsLValueFlowCapture(flowCapture.Id)) 134OnLValueCaptureFound(symbol, operation, flowCapture.Id); 137if (_currentAnalysisData.IsRValueFlowCapture(flowCapture.Id))