14 references to TestUtils
Microsoft.ML.CodeAnalyzer.Tests (14)
Code\BestFriendOnPublicDeclarationTest.cs (2)
18
private readonly Lazy<string> _sourceAttribute =
TestUtils
.LazySource("BestFriendAttribute.cs");
19
private readonly Lazy<string> _sourceDeclaration =
TestUtils
.LazySource("BestFriendOnPublicDeclaration.cs");
Code\BestFriendTest.cs (3)
26
private readonly Lazy<string> _sourceAttribute =
TestUtils
.LazySource("BestFriendAttribute.cs");
27
private readonly Lazy<string> _sourceDeclaration =
TestUtils
.LazySource("BestFriendDeclaration.cs");
28
private readonly Lazy<string> _sourceUser =
TestUtils
.LazySource("BestFriendUser.cs");
Code\ContractsCheckTest.cs (9)
20
private readonly Lazy<string> _source =
TestUtils
.LazySource("ContractsCheckResource.cs");
21
private readonly Lazy<string> _sourceContracts =
TestUtils
.LazySource("Contracts.cs");
22
private readonly Lazy<string> _sourceFriend =
TestUtils
.LazySource("BestFriendAttribute.cs");
89
private readonly Lazy<string> _sourcePreFix =
TestUtils
.LazySource("ContractsCheckBeforeFix.cs");
90
private readonly Lazy<string> _sourcePostFix =
TestUtils
.LazySource("ContractsCheckAfterFix.cs");
92
private readonly Lazy<string> _sourceArgAttr =
TestUtils
.LazySource("ArgumentAttribute.cs");
93
private readonly Lazy<string> _sourceArgType =
TestUtils
.LazySource("ArgumentType.cs");
94
private readonly Lazy<string> _sourceBestAttr =
TestUtils
.LazySource("BestFriendAttribute.cs");
95
private readonly Lazy<string> _sourceDefArgAttr =
TestUtils
.LazySource("DefaultArgumentAttribute.cs");