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)
71LiteralExpression(SyntaxKind.NumericLiteralExpression, Literal(_falseValue))))))); 81(SyntaxKind binaryOp, int comparand) = _compareToTrue ? (SyntaxKind.EqualsExpression, _trueValue) : (SyntaxKind.NotEqualsExpression, _falseValue);