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