4 references to FrozenSourceGeneratedDocumentIdentity
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteWorkspace.SolutionCreator.cs (2)
85if (newSolutionChecksums.FrozenSourceGeneratedDocumentIdentity != Checksum.Null && newSolutionChecksums.FrozenSourceGeneratedDocumentText != Checksum.Null) 87var identity = await _assetProvider.GetAssetAsync<SourceGeneratedDocumentIdentity>(newSolutionChecksums.FrozenSourceGeneratedDocumentIdentity, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\StateChecksums.cs (2)
55if (searchingChecksumsLeft.Remove(FrozenSourceGeneratedDocumentIdentity)) 58result[FrozenSourceGeneratedDocumentIdentity] = state.FrozenSourceGeneratedDocumentState.Identity;