1 instantiation of SourceGeneratedDocumentInfo
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteSourceGenerationService.cs (1)
45result.Add(new(state.Identity, state.GetContentIdentity(), state.GenerationDateTime));
3 references to SourceGeneratedDocumentInfo
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\SourceGeneration\RemoteSourceGenerationService.cs (2)
32public ValueTask<ImmutableArray<SourceGeneratedDocumentInfo>> GetSourceGeneratedDocumentInfoAsync( 41var result = new FixedSizeArrayBuilder<SourceGeneratedDocumentInfo>(documentStates.States.Count);
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneration\IRemoteSourceGenerationService.cs (1)
34ValueTask<ImmutableArray<SourceGeneratedDocumentInfo>> GetSourceGeneratedDocumentInfoAsync(