1 type derived from RunApiInput
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\RunApiModels.cs (1)
16
public sealed class GetProject :
RunApiInput
33 references to RunApiInput
Microsoft.CodeAnalysis.LanguageServer (33)
FileBasedPrograms\RunApiModels.cs (1)
84
[JsonSerializable(typeof(
RunApiInput
))]
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
91
var input = new
RunApiInput
.GetProject() { EntryPointFileFullPath = documentFilePath };
RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
30
if (type == typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
))
34
if (type == typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject))
RunFileApiJsonSerializerContext.GetProject.g.cs (20)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject>? _GetProject;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject> GetProject
22
get => _GetProject ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject> Create_GetProject(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject>
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject(){ ArtifactsPath = (string)args[0], EntryPointFileFullPath = (string)args[1] },
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject),
58
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject)obj).ArtifactsPath,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject).GetProperty("ArtifactsPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject),
78
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject)obj).EntryPointFileFullPath,
86
AttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject).GetProperty("EntryPointFileFullPath", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
99
private void GetProjectSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject? value)
109
writer.WriteString(PropName_ArtifactsPath, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject)value).ArtifactsPath);
110
writer.WriteString(PropName_EntryPointFileFullPath, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
.GetProject)value).EntryPointFileFullPath);
RunFileApiJsonSerializerContext.RunApiInput.g.cs (9)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
>? _RunApiInput;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
> RunApiInput
22
get => _RunApiInput ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
> Create_RunApiInput(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
>
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
RunApiInput
>(options, objectInfo);