8 references to IsSymbolAccessibleWithin
System.Text.Json.SourceGeneration (8)
JsonSourceGenerator.Parser.cs (8)
576
if (!
IsSymbolAccessibleWithin
(valueType, within: contextType) ||
577
(keyType != null && !
IsSymbolAccessibleWithin
(keyType, within: contextType)))
619
else if (constructor != null && !
IsSymbolAccessibleWithin
(constructor, within: contextType))
1172
!
IsSymbolAccessibleWithin
(memberType, within: contextType))
1368
else if (
IsSymbolAccessibleWithin
(getMethod, within: contextType))
1388
else if (
IsSymbolAccessibleWithin
(setMethod, within: contextType))
1416
else if (
IsSymbolAccessibleWithin
(fieldInfo, within: contextType))
1581
!namedConverterType.Constructors.Any(c => c.Parameters.Length == 0 &&
IsSymbolAccessibleWithin
(c, within: contextType)))