5 references to InstanceMemberBindingFlags
Microsoft.AspNetCore.Authentication.Twitter (5)
TwitterJsonContext.TwitterError.g.cs (3)
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError).GetConstructor(
InstanceMemberBindingFlags
, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError).GetProperty("Code",
InstanceMemberBindingFlags
, null, typeof(int), global::System.Array.Empty<global::System.Type>(), null),
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError).GetProperty("Message",
InstanceMemberBindingFlags
, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
TwitterJsonContext.TwitterErrorResponse.g.cs (2)
37
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse).GetConstructor(
InstanceMemberBindingFlags
, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.Twitter.TwitterErrorResponse).GetProperty("Errors",
InstanceMemberBindingFlags
, null, typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.Twitter.TwitterError>), global::System.Array.Empty<global::System.Type>(), null),