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