5 references to CONNECTIONID
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
891
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
946
ccsConnector.Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
1123
CodeParameterDeclarationExpression param1 = new CodeParameterDeclarationExpression(typeof(int),
CONNECTIONID
);
1176
ccsConnector.Condition = new CodeBinaryOperatorExpression(new CodeArgumentReferenceExpression(
CONNECTIONID
),
3564
private const string SWITCH_STATEMENT = $"{INDENT12}switch ({
CONNECTIONID
})\r\n{INDENT12}{{";