1 write to Type
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
21Type = marshalerType;
15 references to Type
Microsoft.Interop.JavaScript.JSImportGenerator (15)
JSGeneratorFactory.cs (1)
285argsMarshalers.Add(((BaseJSGenerator)gen.Generator).Type);
Marshaling\ArrayJSGenerator.cs (1)
24yield return InvocationExpression(MarshalerTypeName(Type),
Marshaling\ArraySegmentJSGenerator.cs (1)
23yield return InvocationExpression(MarshalerTypeName(Type),
Marshaling\BaseJSGenerator.cs (1)
41yield return MarshalerTypeName(Type);
Marshaling\FuncJSGenerator.cs (3)
29yield return InvocationExpression(MarshalerTypeName(Type), ArgumentList(SeparatedList(args))); 91IdentifierName(target), GetToManagedMethod(Type))) 112IdentifierName(target), GetToJSMethod(Type)))
Marshaling\NullableJSGenerator.cs (1)
21ArgumentList(SingletonSeparatedList(Argument(MarshalerTypeName(Type)))));
Marshaling\PrimitiveJSGenerator.cs (2)
75IdentifierName(target), GetToManagedMethod(Type))) 82IdentifierName(target), GetToJSMethod(Type)))
Marshaling\SpanJSGenerator.cs (1)
23yield return InvocationExpression(MarshalerTypeName(Type),
Marshaling\TaskJSGenerator.cs (4)
86IdentifierName(target), GetToManagedMethod(Type))) 93IdentifierName(target), GetToJSMethod(Type))) 100IdentifierName(target), GetToManagedMethod(Type))) 123IdentifierName(target), GetToJSMethod(Type)))