15 references to Default
Microsoft.CodeAnalysis.Features (6)
Diagnostics\Service\DiagnosticAnalyzerService.IncrementalMemberEditAnalyzer.cs (1)
92
if (oldDocumentVersion == VersionStamp.
Default
)
MetadataAsSource\DecompilationMetadataAsSourceFileProvider.cs (3)
358
loader: TextLoader.From(assemblyInfoSourceText.Container, VersionStamp.
Default
),
369
loader: TextLoader.From(emptySourceText.Container, VersionStamp.
Default
),
377
version: VersionStamp.
Default
,
PdbSourceDocument\PdbSourceDocumentLoaderService.cs (1)
196
var textAndVersion = TextAndVersion.Create(sourceText, VersionStamp.
Default
, filePath);
PdbSourceDocument\PdbSourceDocumentMetadataAsSourceFileProvider.cs (1)
317
version: VersionStamp.
Default
,
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\Solution\ProjectState.cs (2)
216
var latestVersion = VersionStamp.
Default
;
274
var latestVersion = VersionStamp.
Default
;
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (3)
105
/// cref="_skeletonReferenceSet"/> corresponds to. Initially set to <see cref="VersionStamp.
Default
"/>.
149
Debug.Assert(version != VersionStamp.
Default
);
164
Debug.Assert(version != VersionStamp.
Default
);
Workspace\Solution\SolutionState.cs (1)
279
var latestVersion = VersionStamp.
Default
;
Workspace\Solution\TextDocumentState.cs (1)
159
: CreateStrongText(TextAndVersion.Create(SourceText.From(string.Empty, encoding: null, loadTextOptions.ChecksumAlgorithm), VersionStamp.
Default
, filePath));
Workspace\Solution\TextLoader.cs (1)
162
VersionStamp.
Default
,
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
199
? VersionStamp.
Default