1 write to CurrentProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\ForEachStatementInfo.vb (1)
72
Me.
CurrentProperty
= currentProperty
34 references to CurrentProperty
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\ForEachStatementInfo.vb (2)
32
''' The intermediate type to which the output of the <see cref="
CurrentProperty
"/> is converted
49
''' The conversion from the type of the <see cref="
CurrentProperty
"/> to the <see cref="ElementType"/>.
Operations\VisualBasicOperationFactory.vb (2)
1206
statementInfo.
CurrentProperty
,
1230
DirectCast(statementInfo.
CurrentProperty
, PropertySymbol).Parameters,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
VisualBasicSemanticFacts.vb (2)
174
info.
CurrentProperty
,
185
info.
CurrentProperty
,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (26)
Binding\ForEachTests.vb (3)
4601
Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.
CurrentProperty
.ToTestDisplayString())
4659
Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.
CurrentProperty
.ToTestDisplayString())
4722
Assert.Equal("ReadOnly Property System.CharEnumerator.Current As System.Char", info.
CurrentProperty
.ToTestDisplayString())
Semantics\ForeachTest.vb (10)
76
Assert.Equal("ReadOnly Property Current As Object", verifyItem.
CurrentProperty
.ToString)
142
Assert.Equal("ReadOnly Property Current As Object", verifyItem.
CurrentProperty
.ToString)
231
Assert.NotNull(verifyItem.
CurrentProperty
)
1162
Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo.
CurrentProperty
)
1168
Assert.Equal(SpecialType.System_Object, loopInfo.
CurrentProperty
.Type.SpecialType)
1202
Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo.
CurrentProperty
)
1208
Assert.Equal(SpecialType.System_Object, loopInfo.
CurrentProperty
.Type.SpecialType)
1257
Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo0.
CurrentProperty
)
1266
Assert.Equal(loopInfo0.
CurrentProperty
, loopInfo1.
CurrentProperty
)
Semantics\GetExtendedSemanticInfoTests.vb (12)
6240
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6292
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6340
Assert.Equal(DirectCast(current.AssociatedSymbol, PropertySymbol), semanticInfoEx.
CurrentProperty
)
6406
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6478
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6555
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6620
Assert.Null(semanticInfoEx.
CurrentProperty
)
6674
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6732
Assert.Equal(current, semanticInfoEx.
CurrentProperty
)
6778
semanticInfoEx.
CurrentProperty
.ToDisplayString(SymbolDisplayFormat.TestFormat))
6819
Assert.Null(semanticInfoEx.
CurrentProperty
)
6865
semanticInfoEx.
CurrentProperty
.ToDisplayString(SymbolDisplayFormat.TestFormat))
Semantics\MultiDimensionalTest.vb (1)
1192
Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.
CurrentProperty
.ToTestDisplayString())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
VisualBasicSemanticFacts.vb (2)
174
info.
CurrentProperty
,
185
info.
CurrentProperty
,