3 references to UpdatedTypes
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
224
update.
UpdatedTypes
,
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\SolutionUpdate.cs (1)
59
$"types=[{string.Join(",", moduleUpdate.
UpdatedTypes
.Select(token => token.ToString("X8")))}], " +
ExternalAccess\UnitTesting\API\UnitTestingHotReloadService.cs (1)
122
update.
UpdatedTypes
));