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