17 writes to IsProperty
Microsoft.CodeAnalysis.LanguageServer (17)
RunFileApiJsonSerializerContext.Error.g.cs (3)
53
IsProperty
= true,
76
IsProperty
= true,
99
IsProperty
= true,
RunFileApiJsonSerializerContext.GetProject.g.cs (2)
53
IsProperty
= true,
73
IsProperty
= true,
RunFileApiJsonSerializerContext.LinePositionInternal.g.cs (2)
53
IsProperty
= true,
73
IsProperty
= true,
RunFileApiJsonSerializerContext.LinePositionSpanInternal.g.cs (2)
53
IsProperty
= true,
73
IsProperty
= true,
RunFileApiJsonSerializerContext.Position.g.cs (2)
53
IsProperty
= true,
75
IsProperty
= true,
RunFileApiJsonSerializerContext.Project.g.cs (3)
53
IsProperty
= true,
76
IsProperty
= true,
97
IsProperty
= true,
RunFileApiJsonSerializerContext.RunApiOutput.g.cs (1)
53
IsProperty
= true,
RunFileApiJsonSerializerContext.SimpleDiagnostic.g.cs (2)
53
IsProperty
= true,
74
IsProperty
= true,
3 references to IsProperty
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (2)
40
if (!propertyInfo.
IsProperty
&& propertyInfo.IsVirtual)
42
throw new InvalidOperationException(SR.Format(SR.FieldCannotBeVirtual, nameof(propertyInfo.
IsProperty
), nameof(propertyInfo.IsVirtual)));
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
181
propertyInfo.MemberType = propertyInfoValues.
IsProperty
? MemberTypes.Property : MemberTypes.Field;