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