11 references to None
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineParser.cs (1)
1221return SourceHashAlgorithm.None;
Text\SourceHashAlgorithms.cs (1)
47SourceHashAlgorithm.None;
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
384if (newChecksumAlgorithm == SourceHashAlgorithm.None)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
PdbSourceDocument\PdbSourceDocumentLoaderServiceTests.cs (1)
80var sourceDocument = new SourceDocument("goo.cs", Text.SourceHashAlgorithm.None, default, null, SourceLinkUrl: null);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\CommittedSolution.cs (1)
508if (algorithm == SourceHashAlgorithm.None)
Microsoft.CodeAnalysis.Rebuild (1)
CompilationOptionsReader.cs (1)
189: SourceHashAlgorithm.None;
Microsoft.CodeAnalysis.UnitTests (2)
EmbeddedTextTests.cs (2)
28Assert.Throws<ArgumentException>("checksumAlgorithm", () => EmbeddedText.FromBytes("path", new ArraySegment<byte>(new byte[0], 0, 0), SourceHashAlgorithm.None)); 54Assert.Throws<ArgumentException>("checksumAlgorithm", () => EmbeddedText.FromStream("path", new MemoryStream(), SourceHashAlgorithm.None));
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
357If newChecksumAlgorithm = SourceHashAlgorithm.None Then
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\Text\SourceHashAlgorithms.cs (1)
47SourceHashAlgorithm.None;
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\ProjectInfoTests.cs (1)
196SolutionTestHelpers.TestProperty(instance, (old, value) => old.WithChecksumAlgorithm(value), opt => opt.ChecksumAlgorithm, SourceHashAlgorithm.None);