2 references to HasRefOrOutParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
390
return this.
HasRefOrOutParameter
();
Symbols\PropertySymbolExtensions.cs (1)
66
return property.IsIndexedProperty && (!property.IsIndexer || property.
HasRefOrOutParameter
());