1 write to SignatureMarshallers
Microsoft.Interop.SourceGeneration (1)
BoundGenerators.cs (1)
118
SignatureMarshallers
= MarshallerHelpers.GetTopologicallySortedElements(
4 references to SignatureMarshallers
Microsoft.Interop.JavaScript.JSImportGenerator (2)
JSExportCodeGenerator.cs (1)
56
IBoundMarshallingGenerator spanArg = _marshallers.
SignatureMarshallers
.FirstOrDefault(m => m.TypeInfo.MarshallingAttributeInfo is JSMarshallingInfo(_, JSSpanTypeInfo));
JSImportCodeGenerator.cs (1)
63
IBoundMarshallingGenerator spanArg = _marshallers.
SignatureMarshallers
.FirstOrDefault(m => m.TypeInfo.MarshallingAttributeInfo is JSMarshallingInfo(_, JSSpanTypeInfo));
Microsoft.Interop.SourceGeneration (2)
GeneratedStatements.cs (1)
75
foreach (IBoundMarshallingGenerator marshaller in marshallers.
SignatureMarshallers
)
ManagedToNativeStubGenerator.cs (1)
81
foreach (IBoundMarshallingGenerator generator in _marshallers.
SignatureMarshallers
)