3 references to ParseIds
Microsoft.CodeAnalysis.Features.Test.Utilities (3)
EditAndContinue\SourceMarkers.cs (3)
61
foreach (var id in
ParseIds
(match))
101
foreach (var (id, _) in
ParseIds
(matches[i]))
123
foreach (var (activeStatementId, exceptionRegionId) in
ParseIds
(matches[i]))