3 references to GetPropertyNameFromAccessor
Microsoft.Interop.ComInterfaceGenerator (3)
ComInterfaceGenerator.cs (2)
863string propertyName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName); 931string propName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName);
IncrementalMethodStubGenerationContext.cs (1)
124return GetPropertyNameFromAccessor(templateName);