1 instantiation of GetProject
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
36
var input = new RunApiInput.
GetProject
() { EntryPointFileFullPath = documentFilePath };
3 references to GetProject
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\RunApiModels.cs (2)
11
[JsonDerivedType(typeof(
GetProject
), nameof(
GetProject
))]
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
36
var
input = new RunApiInput.GetProject() { EntryPointFileFullPath = documentFilePath };