1 instantiation of LinePositionSpanInternal
Microsoft.CodeAnalysis.LanguageServer (1)
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
(){ Start = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal)args[0], End = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal)args[1] },
27 references to LinePositionSpanInternal
Microsoft.CodeAnalysis.LanguageServer (27)
FileBasedPrograms\RunApiModels.cs (2)
58
public
LinePositionSpanInternal
Span { get; init; }
86
[JsonSerializable(typeof(
LinePositionSpanInternal
))]
RunFileApiJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
26
if (type == typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
))
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (19)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>? _LinePositionSpanInternal;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
> LinePositionSpanInternal
22
get => _LinePositionSpanInternal ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>)Options.GetTypeInfo(typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
> Create_LinePositionSpanInternal(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
).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.
LinePositionSpanInternal
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
),
58
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
)obj).Start,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
).GetProperty("Start", InstanceMemberBindingFlags, null, typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal), global::System.Array.Empty<global::System.Type>(), null),
76
DeclaringType = typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
),
78
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
)obj).End,
86
AttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
).GetProperty("End", InstanceMemberBindingFlags, null, typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal), global::System.Array.Empty<global::System.Type>(), null),
96
private void LinePositionSpanInternalSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
value)
101
LinePositionInternalSerializeHandler(writer, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
)value).Start);
103
LinePositionInternalSerializeHandler(writer, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
)value).End);
RunFileApiJsonSerializerContext.Position.g.cs (5)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position(){ Path = (string)args[0], Span = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
)args[1] },
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>
88
AttributeProviderFactory = static () => typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position).GetProperty("Span", InstanceMemberBindingFlags, null, typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
>(options, info1);
123
ParameterType = typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.
LinePositionSpanInternal
),