4 references to InstanceMemberBindingFlagsVariableName
System.Text.Json.SourceGeneration (4)
JsonSourceGenerator.Emitter.cs (4)
529
constructorInfoFactoryFunc = $"static () => typeof({typeMetadata.TypeRef.FullyQualifiedName}).GetConstructor({
InstanceMemberBindingFlagsVariableName
}, binder: null, {argTypes}, modifiers: null)";
657
? $"typeof({property.DeclaringType.FullyQualifiedName}).GetProperty({FormatStringLiteral(property.MemberName)}, {
InstanceMemberBindingFlagsVariableName
}, null, typeof({property.PropertyType.FullyQualifiedName}), {EmptyTypeArray}, null)"
658
: $"typeof({property.DeclaringType.FullyQualifiedName}).GetField({FormatStringLiteral(property.MemberName)}, {
InstanceMemberBindingFlagsVariableName
})";
1128
private const global::System.Reflection.BindingFlags {
InstanceMemberBindingFlagsVariableName
} =