Base:
property
IsReferenceType
Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeSymbol.IsReferenceType
1 override of IsReferenceType
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\ErrorTypeSymbol.vb (1)
61
Public Overrides ReadOnly Property
IsReferenceType
As Boolean
3 references to IsReferenceType
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\ReadWriteWalker.vb (1)
128
If fieldAccess.FieldSymbol.ContainingType.
IsReferenceType
Then Return
Compilation\MethodCompiler.vb (1)
1975
Dim canBeCalledWithNoParameters = If(containingType.
IsReferenceType
, m.CanBeCalledWithNoParameters(), m.ParameterCount = 0)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (1)
290
Dim evaluateSideEffectsHere = evaluateSideEffects And Not isAssignmentTarget And fieldAccess.FieldSymbol.ContainingType.
IsReferenceType