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