2 references to VsReferenceHashingAlgorithm
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\ProjectTelemetry\ProjectLoadTelemetryReporter.cs (2)
125
return
VsReferenceHashingAlgorithm
.HashInput(lowerCaseName);
147
return
VsReferenceHashingAlgorithm
.HashInput($"Filename: {Path.GetFileName(projectToLoad.Path)}\n{content}");