17 writes to DeclaringType
Microsoft.CodeAnalysis.LanguageServer (17)
RunFileApiJsonSerializerContext.Error.g.cs (3)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error),
79
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Error),
102
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput),
RunFileApiJsonSerializerContext.GetProject.g.cs (2)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject),
76
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiInput.GetProject),
RunFileApiJsonSerializerContext.LinePositionInternal.g.cs (2)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal),
76
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionInternal),
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (2)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal),
76
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.LinePositionSpanInternal),
RunFileApiJsonSerializerContext.Position.g.cs (2)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position),
78
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic.Position),
RunFileApiJsonSerializerContext.Project.g.cs (3)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project),
79
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput.Project),
100
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput),
RunFileApiJsonSerializerContext.RunApiOutput.g.cs (1)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.RunApiOutput),
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (2)
56
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic),
77
DeclaringType
= typeof(global::Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.SimpleDiagnostic),
3 references to DeclaringType
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (2)
28
Type? declaringType = propertyInfo.
DeclaringType
;
31
throw new ArgumentException(nameof(propertyInfo.
DeclaringType
));
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
174
var propertyInfo = new JsonPropertyInfo<T>(propertyInfoValues.
DeclaringType
, declaringTypeInfo: null, options);