1 write to Identity
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
62
Identity
= documentIdentity;
6 references to Identity
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
987
if (state.
Identity
.Generator != generatorIdentity)
Workspace\Solution\SolutionState_Checksum.cs (1)
153
frozenSourceGeneratedDocumentIdentityChecksum = serializer.CreateChecksum(FrozenSourceGeneratedDocumentState.
Identity
, cancellationToken);
Workspace\Solution\SourceGeneratedDocument.cs (1)
24
internal SourceGeneratedDocumentIdentity Identity => State.
Identity
;
Workspace\Solution\SourceGeneratedDocumentState.cs (2)
15
public string HintName =>
Identity
.HintName;
82
Identity
,
Workspace\Solution\StateChecksums.cs (1)
58
result[FrozenSourceGeneratedDocumentIdentity] = state.FrozenSourceGeneratedDocumentState.
Identity
;