5 references to CONNECTIONID
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
892
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
948
Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
1127
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
1181
Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
3614
private const string SWITCH_STATEMENT = $"{INDENT12}switch ({
CONNECTIONID
})\r\n{INDENT12}{{";