2 writes to Mode
System.Text.Json.SourceGeneration (2)
JsonSourceGenerator.Parser.cs (2)
238Mode = generationMode, 564Mode = generationMode,
9 references to Mode
System.Text.Json.SourceGeneration (9)
JsonSourceGenerator.Parser.cs (9)
627nullableUnderlyingType = EnqueueType(underlyingType, typeToGenerate.Mode); 673collectionValueType = EnqueueType(valueType, typeToGenerate.Mode); 677collectionKeyType = EnqueueType(keyType, typeToGenerate.Mode); 731GenerationMode = typeToGenerate.Mode ?? options?.GenerationMode ?? JsonSourceGenerationMode.Default, 850EnqueueType(derivedType, typeToGenerate.Mode); 852if (!isPolymorphic && typeToGenerate.Mode == JsonSourceGenerationMode.Serialization) 1073typeToGenerate.Mode, 1096typeToGenerate.Mode, 1692: EnqueueType(parameterInfo.Type, typeToGenerate.Mode);