Base:
property
IsReferenceType
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.IsReferenceType
1 override of IsReferenceType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
92
public override bool
IsReferenceType
13 references to IsReferenceType
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (6)
1176
if (RequiresAssignableVariable(valueKind) && !backingField.ContainingType.
IsReferenceType
&& (this.ContainingMemberOrLambda as MethodSymbol)?.IsEffectivelyReadOnly == true)
1417
if (fieldSymbol.IsStatic || fieldSymbol.ContainingType.
IsReferenceType
)
1500
if (fieldSymbol.IsStatic || fieldSymbol.ContainingType.
IsReferenceType
)
1522
if (fieldSymbol.IsStatic || fieldSymbol.ContainingType.
IsReferenceType
)
1547
if (eventSymbol.IsStatic || eventSymbol.ContainingType.
IsReferenceType
)
3433
if (eventSymbol.IsStatic || eventSymbol.ContainingType.
IsReferenceType
)
FlowAnalysis\DefiniteAssignment.cs (1)
1492
if (fieldSymbol.ContainingType.
IsReferenceType
|| fieldSymbol.IsStatic) return null;
FlowAnalysis\NullableWalker.cs (1)
6552
method.ContainingType.
IsReferenceType
)
FlowAnalysis\ReadWriteWalker.cs (1)
173
if (expr.FieldSymbol.ContainingType.
IsReferenceType
) return;
Lowering\DiagnosticsPass_Warnings.cs (1)
357
if ((object)nt == null || !nt.
IsReferenceType
|| nt.IsInterface)
Lowering\SpillSequenceSpiller.cs (1)
924
if (field.FieldSymbol.ContainingType.
IsReferenceType
)
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
597
var isFieldOfStruct = !field.FieldSymbol.ContainingType.
IsReferenceType
;
Symbols\Source\SourceDestructorSymbol.cs (1)
55
else if (!containingType.
IsReferenceType
)