1 write to Start
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] },
5 references to Start
Microsoft.CodeAnalysis.LanguageServer (5)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
127
_logger.LogError($"{diagnostic.Location.Path}{diagnostic.Location.Span.
Start
}: {diagnostic.Message}");
FileBasedPrograms\RunApiModels.cs (2)
79
start: new LinePosition(
Start
.Line,
Start
.Character),
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (2)
58
Getter = static obj => ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal)obj).
Start
,
101
LinePositionInternalSerializeHandler(writer, ((global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal)value).
Start
);