2 references to LoadSource
Microsoft.ML.CodeAnalyzer.Tests (2)
Helpers\TestUtils.cs (2)
18
string loadedSource =
LoadSource
(resourceName);
36
return new Lazy<string>(() =>
LoadSource
(resourceName), true);