10 references to CompilerInvocation
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (3)
Program.cs (3)
224
var project = await
CompilerInvocation
.CreateFromJsonAsync(File.ReadAllText(compilerInvocationFile.FullName));
249
var invocationInfo = new
CompilerInvocation
.CompilerInvocationInfo
256
var project = await
CompilerInvocation
.CreateFromInvocationInfoAsync(invocationInfo);
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.UnitTests (7)
CompilerInvocationTests.vb (7)
15
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
42
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
67
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
88
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
109
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
141
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("
163
Dim project = Await Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator.
CompilerInvocation
.CreateFromJsonAsync("