9 writes to ObjectWithParameterizedConstructorCreator
Microsoft.CodeAnalysis.LanguageServer (9)
RunFileApiJsonSerializerContext.Error.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error(){ Message = (string)args[0], Details = (string)args[1] },
RunFileApiJsonSerializerContext.GetProject.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject(){ ArtifactsPath = (string)args[0], EntryPointFileFullPath = (string)args[1] },
RunFileApiJsonSerializerContext.LinePositionInternal.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal(){ Line = (int)args[0], Character = (int)args[1] },
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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] },
RunFileApiJsonSerializerContext.Position.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position(){ Path = (string)args[0], Span = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal)args[1] },
RunFileApiJsonSerializerContext.Project.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project(){ Content = (string)args[0], Diagnostics = (global::System.Collections.Immutable.ImmutableArray<global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic>)args[1] },
RunFileApiJsonSerializerContext.RunApiInput.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
RunFileApiJsonSerializerContext.RunApiOutput.g.cs (1)
32ObjectWithParameterizedConstructorCreator = null,
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic(){ Location = (global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position)args[0], Message = (string)args[1] },
3 references to ObjectWithParameterizedConstructorCreator
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (3)
34if (objectInfo.ObjectWithParameterizedConstructorCreator != null) 38typeInfo.CreateObjectWithArgs = objectInfo.ObjectWithParameterizedConstructorCreator; 106JsonConverter<T> converter = objectInfo.ObjectWithParameterizedConstructorCreator != null