9 references to SizeExpression
dotnet-svcutil-lib (9)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
77
Enumerate(expr.
SizeExpression
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (2)
848
if (e.
SizeExpression
!= null)
850
ValidateExpression(e.
SizeExpression
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
777
if (e.
SizeExpression
!= null)
779
GenerateExpression(e.
SizeExpression
);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
1241
if (e.
SizeExpression
!= null)
1244
GenerateExpression(e.
SizeExpression
);
1845
if (eAsArrayCreate.
SizeExpression
!= null)
1848
GenerateExpression(eAsArrayCreate.
SizeExpression
);