2 writes to _context
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (2)
40_context = new DefaultIdentifierContext(ReturnIdentifier, ReturnNativeIdentifier, MarshalDirection.UnmanagedToManaged) 47_context = new DefaultIdentifierContext(ReturnIdentifier, ReturnIdentifier, MarshalDirection.UnmanagedToManaged)
5 references to _context
Microsoft.Interop.JavaScript.JSImportGenerator (5)
JSExportCodeGenerator.cs (5)
70GeneratedStatements statements = GeneratedStatements.Create(_marshallers, _context); 72VariableDeclarations declarations = VariableDeclarations.GenerateDeclarationsForUnmanagedToManaged(_marshallers, _context, shouldInitializeVariables); 205statements.AddRange(marshaller.Generate(_context)); 219(string _, string nativeIdentifier) = _context.GetIdentifiers(_marshallers.ManagedReturnMarshaller.TypeInfo); 233return _marshallers.GenerateTargetMethodSignatureData(_context);