2 writes to RefKind
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
936
this.
RefKind
= refKind;
942
this.
RefKind
= refKind;
9 references to RefKind
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\CodeGenerator_HasHome.cs (1)
104
var dupRefKind = ((BoundDup)expression).
RefKind
;
CodeGen\EmitAddress.cs (1)
36
Debug.Assert(((BoundDup)expression).
RefKind
!= RefKind.None, "taking address of a stack value?");
CodeGen\EmitExpression.cs (3)
790
if (expression.
RefKind
== RefKind.None)
2258
return ((BoundDup)receiver).
RefKind
!= RefKind.None;
3154
Debug.Assert(((BoundDup)expression).
RefKind
!= RefKind.None);
Generated\BoundNodes.xml.Generated.cs (4)
952
if (refKind != this.
RefKind
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11211
return node.Update(node.
RefKind
, type);
12930
BoundDup updatedNode = node.Update(node.
RefKind
, infoAndType.Type);
15613
new TreeDumperNode("refKind", node.
RefKind
, null),