5 references to IsPotentiallyValueType
Microsoft.CodeAnalysis.CSharp.CodeStyle (5)
src\Analyzers\CSharp\Analyzers\MakeStructMemberReadOnly\CSharpMakeStructMemberReadOnlyAnalyzer.cs (5)
278
if (!
IsPotentiallyValueType
(instanceOperation))
289
IsPotentiallyValueType
(fieldReference.Instance))
300
IsPotentiallyValueType
(propertyReference.Instance))
320
IsPotentiallyValueType
(eventReference.Instance))
382
if (!
IsPotentiallyValueType
(instance))