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