Searched refs:authPropertyPtr (Results 1 – 1 of 1) sorted by relevance
54 IntPtr authPropertyPtr = IntPtr.Zero; in ToAuthContext()55 … while ((authPropertyPtr = Native.grpcsharp_auth_property_iterator_next(ref it)) != IntPtr.Zero) in ToAuthContext()57 var authProperty = PtrToAuthProperty(authPropertyPtr); in ToAuthContext()75 private AuthProperty PtrToAuthProperty(IntPtr authPropertyPtr) in PtrToAuthProperty() argument79 …var nativeAuthProperty = (NativeAuthProperty) Marshal.PtrToStructure(authPropertyPtr, typeof(Nativ… in PtrToAuthProperty()