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