5 references to CONNECTIONID
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
893
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
949
Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
1129
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
1183
Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
3617
private const string SWITCH_STATEMENT = $"{INDENT12}switch ({
CONNECTIONID
})\r\n{INDENT12}{{";