5 references to IsPotentiallyValueType
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Analyzers\CSharp\Analyzers\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyAnalyzer.cs (5)
277
if (!
IsPotentiallyValueType
(instanceOperation))
288
IsPotentiallyValueType
(fieldReference.Instance))
299
IsPotentiallyValueType
(propertyReference.Instance))
319
IsPotentiallyValueType
(eventReference.Instance))
381
if (!
IsPotentiallyValueType
(instance))