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