1 write to _falseValue
Microsoft.Interop.SourceGeneration (1)
Marshalling\BoolMarshaller.cs (1)
25
_falseValue
= falseValue;
2 references to _falseValue
Microsoft.Interop.SourceGeneration (2)
Marshalling\BoolMarshaller.cs (2)
71
LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(
_falseValue
)))))));
81
(SyntaxKind binaryOp, int comparand) = _compareToTrue ? (SyntaxKind.EqualsExpression, _trueValue) : (SyntaxKind.NotEqualsExpression,
_falseValue
);