8 references to IsSymbolAccessibleWithin
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Parser.cs (8)
558if (!IsSymbolAccessibleWithin(valueType, within: contextType) || 559(keyType != null && !IsSymbolAccessibleWithin(keyType, within: contextType))) 595else if (constructor != null && !IsSymbolAccessibleWithin(constructor, within: contextType)) 1146!IsSymbolAccessibleWithin(memberType, within: contextType)) 1327else if (IsSymbolAccessibleWithin(getMethod, within: contextType)) 1347else if (IsSymbolAccessibleWithin(setMethod, within: contextType)) 1373else if (IsSymbolAccessibleWithin(fieldInfo, within: contextType)) 1526!namedConverterType.Constructors.Any(c => c.Parameters.Length == 0 && IsSymbolAccessibleWithin(c, within: contextType)))