1 write to _testFixture
Microsoft.CodeAnalysis.UnitTests (1)
Analyzers\AnalyzerFileReferenceTests.cs (1)
36
_testFixture
= testFixture;
12 references to _testFixture
Microsoft.CodeAnalysis.UnitTests (12)
Analyzers\AnalyzerFileReferenceTests.cs (12)
181
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.Alpha);
208
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.Alpha);
218
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.Alpha);
241
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.FaultyAnalyzer);
259
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.AnalyzerWithFakeCompilerDependency);
281
AnalyzerFileReference reference = CreateAnalyzerFileReference(
_testFixture
.AnalyzerWithLaterFakeCompilerDependency);
319
args: new[] { "/nologo", $@"/analyzer:""{
_testFixture
.AnalyzerWithLaterFakeCompilerDependency}""", "/nostdlib", $@"/r:""{corlib}""", "/out:something.dll", source.Path },
328
warning CS9057: The analyzer assembly '{
_testFixture
.AnalyzerWithLaterFakeCompilerDependency}' references version '100.0.0.0' of the compiler, which is newer than the currently running version '{typeof(DefaultAnalyzerAssemblyLoader).Assembly.GetName().Version}'.
348
args: new[] { "/nologo", $@"/analyzer:""{
_testFixture
.AnalyzerWithFakeCompilerDependency}""", $@"/analyzer:""{
_testFixture
.AnalyzerWithFakeCompilerDependency}""", "/nostdlib", $@"/r:""{corlib}""", "/out:something.dll", source.Path },
357
warning CS9067: Analyzer reference '{
_testFixture
.AnalyzerWithFakeCompilerDependency}' specified multiple times
358
warning CS8032: An instance of analyzer Analyzer cannot be created from {
_testFixture
.AnalyzerWithFakeCompilerDependency} : Method 'get_SupportedDiagnostics' in type 'Analyzer' from assembly 'AnalyzerWithFakeCompilerDependency, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation..