1 implementation of ValueBoundaryBehavior
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
32public ValueBoundaryBehavior ValueBoundaryBehavior => _inner.ValueBoundaryBehavior;
4 references to ValueBoundaryBehavior
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
32public ValueBoundaryBehavior ValueBoundaryBehavior => _inner.ValueBoundaryBehavior;
Microsoft.Interop.SourceGeneration (3)
Marshalling\MarshallingGeneratorExtensions.cs (2)
83identifierName = generator.ValueBoundaryBehavior switch 143return generator.ValueBoundaryBehavior switch
VariableDeclarations.cs (1)
137ValueBoundaryBehavior boundaryBehavior = marshaller.ValueBoundaryBehavior;