3 references to IsSupportedAlgorithm
Microsoft.CodeAnalysis (2)
EmbeddedText.cs (1)
55Debug.Assert(SourceHashAlgorithms.IsSupportedAlgorithm(checksumAlgorithm));
Text\SourceText.cs (1)
73if (!SourceHashAlgorithms.IsSupportedAlgorithm(checksumAlgorithm))
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.ParsedSyntaxTree.vb (1)
49Debug.Assert(SourceHashAlgorithms.IsSupportedAlgorithm(checksumAlgorithm))