5 references to CONNECTIONID
PresentationBuildTasks (5)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (5)
901
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
956
ccsConnector.Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
1133
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
1186
ccsConnector.Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
3493
private const string SWITCH_STATEMENT = INDENT12 + "switch (" +
CONNECTIONID
+ ")\r\n" + INDENT12 + "{";