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