1 write to IsByValue
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7268
this.
IsByValue
= isByValue;
8 references to IsByValue
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (1)
5880
if (fieldAccess.
IsByValue
)
BoundTree\Constructors.cs (2)
56
return this.Update(receiver, fieldSymbol, constantValueOpt, resultKind, this.
IsByValue
, this.IsDeclaration, typeSymbol);
72
return ((BoundFieldAccess)receiver).
IsByValue
;
Generated\BoundNodes.xml.Generated.cs (5)
7285
if (receiverOpt != this.ReceiverOpt || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(fieldSymbol, this.FieldSymbol) || constantValueOpt != this.ConstantValueOpt || resultKind != this.ResultKind || isByValue != this.
IsByValue
|| isDeclaration != this.IsDeclaration || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11932
return node.Update(receiverOpt, node.FieldSymbol, node.ConstantValueOpt, node.ResultKind, node.
IsByValue
, node.IsDeclaration, type);
14420
updatedNode = node.Update(receiverOpt, fieldSymbol, node.ConstantValueOpt, node.ResultKind, node.
IsByValue
, node.IsDeclaration, infoAndType.Type!);
14425
updatedNode = node.Update(receiverOpt, fieldSymbol, node.ConstantValueOpt, node.ResultKind, node.
IsByValue
, node.IsDeclaration, node.Type);
16707
new TreeDumperNode("isByValue", node.
IsByValue
, null),